Commit my random junk
[sandbox] / mini / README.md
1 mini
2 ====
3
4 A minimal lisp
5
6 Usage
7 -----
8 To run unit tests: `python mini.py source-file-name.mini`
9
10 References
11 ----------
12 This implementation is influenced by John Shutt's work on
13 the Kernel programming language, especially the way it evaluates
14 (arguments don't evaluate by default). The relevant dissertation
15 can be found [here](https://www.wpi.edu/Pubs/ETD/Available/etd-090110-124904/unrestricted/jshutt.pdf).