Ecosyste.ms: Awesome
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: 29 days ago
JSON representation
Companion code for SPJ's Implementing Functional Languages
- Host: GitHub
- URL: https://github.com/timwspence/implementing-functional-languages
- Owner: TimWSpence
- License: bsd-3-clause
- Created: 2019-09-30T16:51:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T17:59:58.000Z (about 5 years ago)
- Last Synced: 2024-10-15T02:11:44.258Z (3 months ago)
- Language: Haskell
- Homepage: https://www.microsoft.com/en-us/research/publication/implementing-functional-languages-a-tutorial/
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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 :)