zv / SICP-guile

SICP in Guile & Emacs Lisp
677 stars 49 forks source link

The SICP picture language #4

Closed soegaard closed 7 years ago

soegaard commented 7 years ago

The chapter on Henderson's picture language deserve a comment or two.

A modern implementation of the picture language is available here:

https://github.com/sicp-lang/sicp/blob/master/sicp-pict2/sicp.rkt

Open the file in DrRacket. Then run it.

Examples / tests etc are in the bottom of the file.

/Jens Axel