Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 290 Bytes

golisp

Very basic lisp implementation in golang for self-education purposes.

TODO:

  1. add parser
  2. add REPL
  3. add string, float, functions
  4. add cons, car, cdr, eq, atom, quote, cond, lambda
  5. write some std lisp library
  6. implement functions needed for a metacircular evaluator