mwand / eopl3

Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand

License:Other


Languages

Language:Scheme 99.4%Language:Racket 0.3%Language:HTML 0.3%