Very basic lisp implementation in golang for self-education purposes.
TODO:
- add parser
- add REPL
- add string, float, functions
- add cons, car, cdr, eq, atom, quote, cond, lambda
- write some std lisp library
- implement functions needed for a metacircular evaluator