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
- Host: GitHub
- URL: https://github.com/rickbutton/goscheme
- Owner: rickbutton
- Created: 2013-06-27T19:30:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-28T04:01:05.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T23:29:21.079Z (5 months ago)
- Language: Go
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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