Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwand/eopl3
Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand
https://github.com/mwand/eopl3
Last synced: 5 days ago
JSON representation
Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand
- Host: GitHub
- URL: https://github.com/mwand/eopl3
- Owner: mwand
- License: other
- Created: 2013-08-05T19:06:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T13:53:58.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:54:34.228Z (3 months ago)
- Language: Scheme
- Size: 152 KB
- Stars: 1,166
- Watchers: 55
- Forks: 268
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is all the code from the book Essentials of Programming
Languages, 3rd edition, by Friedman and Wand.The code dates from 2009. It has now been updated and should run
right out of the box on Racket version 6.11.To run any of the languages, select "Choose language from source", and run top.scm in any of the language directories (chapterN/*-lang).
The file test-all.rkt will go through and test all of the testable
languages.If you are feeling adventurous, you can try to adapt the code
base to use the rackunit testing framework instead of the kludgy one I
threw together for the book.Enjoy!
--Mitch