Common Lisp

Collecting my thoughts from an old HDD about Common Lisp
on Linux
CLiki the common lisp wiki
learning lisp

cl '(print "hello world")'

cl '(print "hello world")' --output hello

sample reminder usage using clisp repo on github
clisp
(load "pelicans.lisp")
(intersection lararat lwerribee )

(exit)

sudo apt install cl-launch
xx
xx