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

https://github.com/slemus9/corelang-hs

Code and exercises of the book Implementing Functional Languages: a tutorial by S.P. Jones and D. Lester
https://github.com/slemus9/corelang-hs

functional-programming haskell tutorial

Last synced: 9 months ago
JSON representation

Code and exercises of the book Implementing Functional Languages: a tutorial by S.P. Jones and D. Lester

Awesome Lists containing this project

README

          

# Core Language

Implementation in haskell of the core language shown in the book [Implementing Functional Languages: a tutorial](https://www.microsoft.com/en-us/research/publication/implementing-functional-languages-a-tutorial/)
by Simon Peyton Jones and David Lester.