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

https://github.com/steshaw/schemey

Scheme interpreter based on "Write Yourself a Scheme in 48 Hours"
https://github.com/steshaw/schemey

scheme scheme-interpreter

Last synced: 3 days ago
JSON representation

Scheme interpreter based on "Write Yourself a Scheme in 48 Hours"

Awesome Lists containing this project

README

        

* schemey

A toy Scheme implementation in Haskell based on [[https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours][Write Yourself a Scheme in 48 Hours]].

Extracted from [[https://github.com/steshaw/playground/tree/9539a03cc33f1085a6ac0e61a16d5b8ad8c30a13/haskell/scheme-in-48h][my playground repository]].