Comment on Why and How to Start Your SICP TrekparentComments−jwdunne12yI believe there is a language for Racket which has what you need in it, I used that when I got to the picture language bit.Check it out here:http://www.neilvandyke.org/racket-sicp/−kenferry12yThis works great, with one caveat: the picture language in SICP has built-in primitive images such as "wave" and "rogers".The DrRacket SICP package has only one primitive image, "einstein".−jwdunne12yI had to make do with Einstein. I also discovered afterwards you can copy and paste images directly into DrRacket and pass them round like anything else - you might (very big guess) be able to create the wave and rogers primitives this way.
Comments
I believe there is a language for Racket which has what you need in it, I used that when I got to the picture language bit.
Check it out here:
http://www.neilvandyke.org/racket-sicp/
This works great, with one caveat: the picture language in SICP has built-in primitive images such as "wave" and "rogers".
The DrRacket SICP package has only one primitive image, "einstein".
I had to make do with Einstein. I also discovered afterwards you can copy and paste images directly into DrRacket and pass them round like anything else - you might (very big guess) be able to create the wave and rogers primitives this way.