Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngzhian/ifl

Implementing Functional Languages: a tutorial by Simon L Peyton Jones and David R Lester
https://github.com/ngzhian/ifl

Last synced: about 1 month ago
JSON representation

Implementing Functional Languages: a tutorial by Simon L Peyton Jones and David R Lester

Awesome Lists containing this project

README

        

I'm going through Implementing Functional Languages: a tutorial, by Simon L Peyton Jones and David R Lester.

This repository contains some [notes](notes.md) and an OCaml-based implementation of
the language describe in the tutorial.