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

https://github.com/timwspence/implementing-functional-languages

Companion code for SPJ's Implementing Functional Languages
https://github.com/timwspence/implementing-functional-languages

Last synced: about 1 year ago
JSON representation

Companion code for SPJ's Implementing Functional Languages

Awesome Lists containing this project

README

          

# implementing-functional-languages

Haskell implementation of the code for
[Implementing Functional Languages](https://www.microsoft.com/en-us/research/publication/implementing-functional-languages-a-tutorial/).
The book provides a solution in Miranda but the translation to Haskell is pretty straightforward.

### Correlation with the book

Where I've remembered, I've endeavoured to prepend the section number to the relevant commit message
so you should be able to track the evolution of the code in the book as you browse the
commit history. YMMV :)