Scripting in Common Lisp

Scripting in Common Lisp

However, there’s a neat feature of CL, that is difficult to implement or non-existent in other approaches: since the scripts themselves are valid CL programs, I can load the programs in the REPL and do nice things with it. In this short tutorial, I will also lightly gloss about one nice thing with CL scripting: multi-call binaries. Scripting in CL works on top of the language, that is, in the form of libraries that provide the abstractions to interact with the system and environment.

Source: ebzzry.io