Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.