vindarel

vindarel @vindarel

About: Full-stack, Python, Common Lisp in production. Building a video course to learn Lisp efficiently.

Location:
France
Joined:
Oct 14, 2022

vindarel
articles - 28 total

Send emails with Common Lisp (SMTP, Gmail, Sendgrid, Mailgun…)

Today I want to give an usage example of cl-smtp. It's a good, maintained library, with a good README...

Learn More 1 0May 27

Read CSV files in Common Lisp (cl-csv, data-table)

I just helped friends for some CSV manipulation and did it for the first time from CL, here's a quick...

Learn More 0 0May 6

Common Lisp: is LispWorks worth it?

Let's seek some feedback by people who used it. (emphasis mine) I own LW for Linux, Mac, and...

Learn More 0 1Feb 12

Refactoring in Common Lisp (and VS Python)

How is the refactoring story for Common Lisp? Is it lacking? We don't have good IDE refactoring...

Learn More 0 0Feb 1

Common Lisp HTML templates: using Djula in .lisp files

;;; ;;; How to use Djula templates in-file, without separate file templates. ;;; ;;; This can make...

Learn More 0 0Jan 2

Advent of Code: alexandria's map-permutations was perfect for day 08. Common Lisp tip.

As the title says. Did you know about alexandria:map-permutations ? If not, you could have...

Learn More 1 2Dec 9 '24

FTP and SFTP clients for Common Lisp

You thought all companies would provide well-documented web APIs today? Well, some use a blank .docx...

Learn More 1 0Sep 28 '24

Common Lisp with batteries included: CIEL v0.2 (aka fast scripting with useful libraries)

CIEL should be much easier to install and test for everyone (specially our friends on...

Learn More 4 0Aug 30 '24

Common Lisp VS Haskell

An experienced developer, doing quantum computing and the author of Coalton, the library that brings...

Learn More 3 0Aug 22 '24

Debugging Common Lisp: "I feel so much faster and free"

_____ __ __ __ / ___/ / / \ \/ / |\ ...

Learn More 0 0Aug 19 '24

Common Lisp's groupBy is Serapeum:assort

It's the second time I search for such a function so here is it: the functional "group by" utility...

Learn More 1 0Jul 16 '24

Common Lisp VS C: a testimony

I like testimonies. Here's one on Lisp vs C. About execution time, speed of development, length of...

Learn More 6 1Jul 8 '24

Python VS Common Lisp applied: print, log and icecream

I discovered a new Python library "you must not miss" from a youtuber. At first sight, everything...

Learn More 3 1May 16 '24

Is Elixir or Common Lisp the best language for building a bootstrapped B2B SaaS in 2024?

There was this article and discussion on Lobster last...

Learn More 3 2Mar 2 '24

Form validation in Common Lisp

I've been using the clavier library for input validation, it works nicely but we could make it a bit...

Learn More 0 0Feb 28 '24

Common Lisp GUI with Electron · quick how to

Yes, it is possible to bundle a Common Lisp web app into Electron, with any web server, so...

Learn More 0 1Feb 21 '24

Throttle/debounce a Common Lisp function

A typical use case of debouncing function calls is an interactive text input: let the user type a...

Learn More 0 1Feb 20 '24

Do you need an IDE to write Common Lisp?

Some developers don't! On HN: The tooling is nice, but it’s not what defines CL. The language...

Learn More 1 0Nov 23 '23

Learn Common Lisp macros: new 17 videos tutorial

I worked on new videos this summer and I just finished editing the subtitles. I have added 17 videos...

Learn More 4 0Sep 13 '23

Latest SBCL (Common Lisp implementation) improvements in 2022-2023: parallel GC, shared library and more

The latest big news is that SBCL got a parallel garbage collector (available under a build flag)....

Learn More 1 0Sep 13 '23

Starting a startup? A word on Common Lisp VS TypeScript

My startup was CL for all backend. After it was written, documented and tested, I almost never...

Learn More 1 0Sep 12 '23

Common Lisp games - 2023

Here is a full list of games made in Common Lisp in the Lisp Game Jam 2023 (by submission...

Learn More 0 0Jun 9 '23

Create nice-looking GUI applications in Common Lisp

We can build interfaces looking like this: This is the Forest ttk theme. "ttk"? Yes, for Tcl/Tk! A...

Learn More 3 1May 27 '23

Run visual commands like htop in Common Lisp

A little trick I just added to the Cookbook: https://lispcookbook.github.io/cl-cookbook/os.html ...

Learn More 1 0Apr 14 '23

Compile-time exhaustiveness checking in Common Lisp with Serapeum

Serapeum is an excellent CL library, with lots of utilities. You should check it out. It provides a...

Learn More 3 0Mar 19 '23

2023 starts well for Common Lisp: new Jetbrains Lisp plugin

I had just published my review of 2022 for Common Lisp (HN, 73 comments) when awesome new projects...

Learn More 2 0Mar 17 '23

New string manipulation functions for Common Lisp

Hi lispers o/ I started the str library as a n00b, to fix my first frustration with Common Lisp:...

Learn More 0 0Mar 17 '23

Debugging Common Lisp: fix a bug and resume execution from where it stopped

Hi lispers on dev.to o/ Let's add some Common Lisp content out there shall we? I recently made a...

Learn More 1 0Feb 16 '23