Creating Lisp Systems
renato.athaydes.com·4h·
Discuss: Hacker News
Flag this post

Creating Lisp Systems

Written on Sun, 02 Nov 2025 21:11:00 +0000 (Last updated on Sun, 02 Nov 2025 22:44:00 +0000)

A nice World

Background vector created by upklyak - www.freepik.com

Lisp Alien Mascot

I like to fiddle with Common Lisp from time to time, but unfortunately I always run in trouble when trying to do some basic things, normally outside of the language itself:

  • how do I build a binary, including on CI (build server pipelines)?
  • how do I write and run tests?
  • how to describe/document a project for publication?
  • where to r…

Similar Posts

Loading similar posts...