how to install clisp on mac os x
clisp is a nifty LISP interpreter for mac. here’s how you can get it to install on os x:
- install apple’s developer tools
- grab a copy of fink
- open Terminal
- “fink selfupdate”
- “fink selfupdate-cvs” (type “y”)
- “fink install clisp”
happiness ensues.
on a diagonally related note, here’s a brain-tickler: what’s the shortest self-reproducing program you can write in lisp? (answer below)
ANSWER: “t”
(see ken thompson’s reflections on trusting trust for more.)

oliver
thanks a lot for posting this.
I think “fink self-update-cvs” should be “fink selfupdate-cvs”