/gobel

VERY MUCH WIP implementation of the Bel language (http://paulgraham.com/bel.html)

Primary LanguageGo

Gobel

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.

The bad REPL

$ go build -o repl cmd/repl/main.go
$ ./repl

Run the tests

$ go test ./...

Influence