|
Structure and Interpretation of Computer ProgramsClass length: 13 weeks. Start anytime. Creator: kday Status: Established |
|
Useful advice for those using DrScheme
I have been working through the exercises in the book using DrScheme and was running into problems with the different versions of the language - each one is incompatible in different ways. I discovered that someone made a specific SICP language add-on for DrScheme. To use it, open a new DrScheme instance and in the definitions window type: #lang planet neil/sicp Run this and it will download and install the SICP package. Restart DrScheme and then go to the switch language window and you will see a new "SICP" language available. This should make doing the exercises a lot easier since you don't have to keep running into the quirks of the different languages. I have found pretty good luck using R5RS. I'll give this a shot if next time I run into an issue though. Some of the problems I had are: None of these issues are too difficult to work around, it's just nice when your environment matches the text you are working from. I think that this also supports the "picture language" from chapter 1, though I haven't tried that out.
* Markdown Cheatsheet:
Link:
New Paragraph:
Main heading:
Sub-heading:
List:
Italics:
Bold:
YouTube:
|