Tutorial
🎥 ⭐ Learn Common Lisp data structures: 9 videos, 90 minutes of video tutorials to write efficient Lisp
Lisp tutorial: variables. defparameter vs defvar, let/let* and lexical scope, unbound variables, style guidelines
Lisp error handling (advanced): how handler-bind doesn't unwind the stack
New resource specialized on web development in Common Lisp
CLOS tutorial: I published 9 videos (1h 22min) on my course. You'll know enough to read the sources of Hunchentoot or the Kandria game 🎥 ⭐
Common Lisp: equality functions explained (=, eq, equal, string= et all)
I published 17 videos about Common Lisp macros - learn Lisp with a code-first tutorial 🎥 ⭐
How to parse command line arguments in Common Lisp (bis)
Debugging Lisp: fix and resume a program from any point in stack 🎥