| Based on the book authored by Conrad Barski M.D. Learn to program in LISP, one game at a time! |
|---|
![]() |
install the common list implementation
$ brew install clisp
run up the cli
$ clisp
load a file:
> load ("your_list_file.lisp")
Is a Read Evaluate Print loop for a text adventure game.
To start:
> load ("wizard_adventure_game.lisp")
> (game-repl)
Shows simple examples of input with Lisp
To start:
> load ("command_line_interface.lisp")
> (add-five)
see file for more
