Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngzhian/ifl
- Owner: ngzhian
- Created: 2017-05-30T06:23:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T05:53:13.000Z (over 7 years ago)
- Last Synced: 2024-10-13T06:50:58.310Z (3 months ago)
- Language: OCaml
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.