Code Monkey home page Code Monkey logo

eopl3's Introduction

This is all the code from the book Essentials of Programming Languages, 3rd edition, by Friedman and Wand.

The code dates from 2009. It was last thoroughly tested in PLT Scheme versions 372 and 4.2, and is believed to run unchanged in Racket 5.1.3 (August 2011).

For Racket version 5.3.5 (June 2013), replace all instances of all-defined by all-defined-out.

If someone would like to do this project, send me a pull request.

If you want to make it more consistent with current Racket code, remove the wrapping that says

(module name (lib "eopl.ss" "eopl") ....  )

around each file, and write #lang eopl at the top of the file instead. If the module says

(module name mzscheme ....  )

use #lang mzscheme instead (NOT #lang racket -- the syntax for require/provide is slightly different). (Or you can adapt it to use #lang racket).

If you are feeling more 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.

Another useful project would be a testing script so I can easily test the code against new versions of Racket as they appear.

Again, if anybody would like to undertake any of these, feel free, and send me a pull request. --Mitch

eopl3's People

Contributors

calvis avatar mwand avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.