Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Land of Lisp

Based on the book authored by Conrad Barski M.D.
Learn to program in LISP, one game at a time!

Getting Started

install the common list implementation

$ brew install clisp

run up the cli

$ clisp

load a file:

> load ("your_list_file.lisp")

Wizard Adventure Game

Is a Read Evaluate Print loop for a text adventure game.
To start:
> load ("wizard_adventure_game.lisp")
> (game-repl)

Command Line Interface

Shows simple examples of input with Lisp
To start:
> load ("command_line_interface.lisp")
> (add-five)

see file for more

About

My hax | Learn to program in LISP, one game at a time!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages