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

https://github.com/daniel-beard/scheme48

Implementation of the tutorial: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours any deviations will be called out in the readme
https://github.com/daniel-beard/scheme48

Last synced: about 1 year ago
JSON representation

Implementation of the tutorial: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours any deviations will be called out in the readme

Awesome Lists containing this project

README

          

# scheme48

Currently up to: (Exercise 2): https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours/Evaluation,_Part_2

## Differences to the original source

- Using `megaparsec` instead of `parsec`

## Skipped Exercises

- Skipped `Recursive Parsers: Exercise 3`
- Skipped `Evaluation, Part 1: Exercise 3`