pongsh / simply-scheme-exercises

Solutions to the exercises from Simply Scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to the exercises from Simply Scheme

The book can be found at http://www.cs.berkeley.edu/~bh/ss-toc2.html

To run any of the solutions in DrRacket:

  1. Load DrRacket and choose the "Pretty Big" language
  2. Paste (require (planet dyoo/simply-scheme)) into the REPL and run it.
  3. Restart DrRacket after the Simply Scheme language has been installed.
  4. In DrRacket, choose "Language" from the menu, click "Choose Language..." and select "Simply Scheme".

About

Solutions to the exercises from Simply Scheme


Languages

Language:Scheme 100.0%