Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 411 Bytes

dillisp

Lisp implemented in Python. Created by Dillon Beliveau (GET IT?)

Dependencies

  • Python 2.x (Although it should work in 3 with no problems)

Features

  • Lexical Scope
  • First class functions
  • REPL and script support
  • Tail-call optimization

To do

  • Functions for accessing files, the network, etc
  • More list manipulation functions (drop, take, takeWhile, dropWhile, etc)
  • Improved strings