Skip to content

Dillonb/dillisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published