Skip to content

gypsydave5/gobel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages