Skip to content
/ eopl3 Public
forked from mwand/eopl3

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

License

Notifications You must be signed in to change notification settings

Syukun/eopl3

This branch is 7 commits behind mwand/eopl3:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97035ec · Jan 9, 2017

History

23 Commits
Aug 5, 2013
Oct 7, 2013
Oct 26, 2013
Oct 26, 2013
Jan 8, 2014
Oct 26, 2013
Oct 26, 2013
Oct 26, 2013
Oct 26, 2013
Aug 5, 2013
Oct 23, 2013
Aug 5, 2013
Jan 8, 2014
Jan 27, 2014
Jan 9, 2017
Oct 26, 2013

Repository files navigation

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 5.3.6.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 99.4%
  • Other 0.6%