The Silent Operator’s Language – Common Lisp Basics

Languages rise and fall.
Syntactic sugar.
Hair-raising formulas.
One claims speed. Another elegance.

Common Lisp stayed silent.
Evolved in peace.
Only a few were brave enough to touch it.
Even fewer live in it daily.

It’s not just old. It’s alive.
Ghost-grade tool.
No hype. No noise.
Longevity.

We begin with the basics – the kind you can build an entire operation on.
It’s not a tutorial. It’s a field manual.

Continue reading “The Silent Operator’s Language – Common Lisp Basics”

Setting Up an SBCL Common Lisp Development Environment With Emacs and SLIME on Debian Linux in 2023

Common Lisp is a powerful and versatile programming language known for its expressive syntax and rich ecosystem of libraries. If you’re a seasoned Linux user, particularly on Debian-based distributions like Debian itself or Ubuntu, setting up a Common Lisp development environment with Emacs using SBCL (Steel Bank Common Lisp) is a straightforward process. I write this article because despite the elegance and functionality of Common Lisp the user base of the language is constantly shrinking.

Continue reading “Setting Up an SBCL Common Lisp Development Environment With Emacs and SLIME on Debian Linux in 2023”