An open API service indexing awesome lists of open source software.

https://github.com/rickbutton/goscheme

A Go Scheme interpreter
https://github.com/rickbutton/goscheme

Last synced: 3 months ago
JSON representation

A Go Scheme interpreter

Awesome Lists containing this project

README

        

goscheme
========

A Go Scheme interpreter

Pretty obvious what it does. Not a lot of the std library is implemented yet. There is enough to write a REPL in scheme.

./goscheme repl.scm

Fully custom, hand-written lexer and parser.

Future Features

- Goroutine integration
- Full R5RS standard compatability