Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schani/goscheme
WatchPeopleCode: A small subset of Scheme in Go
https://github.com/schani/goscheme
Last synced: 24 days ago
JSON representation
WatchPeopleCode: A small subset of Scheme in Go
- Host: GitHub
- URL: https://github.com/schani/goscheme
- Owner: schani
- Created: 2015-03-01T16:17:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T21:14:44.000Z (over 9 years ago)
- Last Synced: 2023-04-14T01:27:09.652Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheme in Go
This is a simple WatchPeopleCode project that aims to implement a small
subset of Scheme in Go. I'm mainly doing this to teach myself Go.Feel free to contribute! If I'm doing something that's unidiomatic in
Go and there's a better way, let me know.## Episodes
1. [The Reader](https://www.youtube.com/watch?v=5TJkSIatolI)
2. [Simple Evaluation](https://www.youtube.com/watch?v=xt3lq7cdoeA)
## TODO
Don't recurse when reading non-nested lists.
Use bignums for numbers.
Properly handle Unicode.
Don't append strings via `Sprintf` in `pr`.