GitHunt
LI

liancheng/eopl3

EoPL3 exercises

This documentation is my (incomplete) solutions to Essentials of Programming Languages 3rd edition__ exercises. The source code can be found on GitHub__.

The Scheme code is written using the eopl dialect provided by DrRacket 6.4. Please refer to the official DrRacket documentation__ for more details. Most code snippets are tested using rackunit.

To run the code, first install Racket 6.4+, then install the eopl package::

$ raco pkg install eopl

After installing the eopl package, running the scheme code should be as easy as::

$ racket <file-path>

__ http://www.eopl3.com/
__ http://github.com/liancheng/eopl3/
__ http://docs.racket-lang.org/eopl/

Languages

Racket62.2%Python14.7%Makefile12.1%Batchfile11.0%

Contributors

Created May 2, 2016
Updated April 23, 2023