Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 319 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 319 Bytes

go-lisp

This project is my second iteration of the lisp interpreter that I wrote in my Programming Language Design class in college.

Here is the original interpreter that I wrote in school. This rewrite was to improve on my first interpreter as well as to learn Golang.