Articles by Tag #commonlisp

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

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

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

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

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

Debug with CommonLisp

1. Debug with print (It's easiest way) It's easy way to make a function that output...

Learn More 1 0Aug 25 '24

Make environment to develop commonlisp with NeoVim

You can refer the document to make environment for sbcl. The plugin in...

Learn More 1 0Aug 25 '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

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

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

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

Learn More 0 0Aug 19 '24

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