This is a collection of blog entries written while learning Lisp. It is posted in the order written so you probably want to jump to the first post.
Friday, October 12, 2007
OS X and clisp
I have a MacBook so I installed clisp via port. Took me ten minutes to figure out how to quit it after I started it. Even thought the FAQ said EXT:EXIT, it didn't work and the man page said quit, bye or exit should exit the application only ctrl-d did (after printing Bye.) How odd.
Subscribe to:
Post Comments (Atom)



1 comments:
(exit)
should work, good luck learning lisp
Post a Comment