Lisp implemented in Python. Created by Dillon Beliveau (GET IT?)
- Python 2.x (Although it should work in 3 with no problems)
- Lexical Scope
- First class functions
- REPL and script support
- Tail-call optimization
- Functions for accessing files, the network, etc
- More list manipulation functions (drop, take, takeWhile, dropWhile, etc)
- Improved strings