Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/landoflisp
My hax | Learn to program in LISP, one game at a time!
https://github.com/blundell/landoflisp
Last synced: 24 days ago
JSON representation
My hax | Learn to program in LISP, one game at a time!
- Host: GitHub
- URL: https://github.com/blundell/landoflisp
- Owner: blundell
- Created: 2016-01-23T09:23:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T09:41:01.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T17:47:15.974Z (2 months ago)
- Language: Common Lisp
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Land of Lisp
| Based on the book authored by Conrad Barski M.D. Learn to program in LISP, one game at a time! |
| :--------: |
| ![](http://xahlee.info/UnixResource_dir/gki/lambda/lisplogo_256.png) |### 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