A WIP implementation of Paul Graham's Bel language written in Go.
Right now it's a calculator that can do conditionals.
Now featuring actual lambdas.
$ go build -o repl cmd/repl/main.go
$ ./repl
$ go test ./...
- The Bel language, obviously.
- Peter Norvig's (How to Write a (Lisp) Interpreter (in Python))