lukelafountaine / go-lisp

A lisp interpreter written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lisp interpreter written in Go


Languages

Language:Go 86.4%Language:NewLisp 13.6%