vote up 6 vote down star
3

I have been using PLT Scheme, but it has some issues. Does anyone know of a better implementation for working through SICP?

flag

5 Answers

vote up 9 vote down check

Use MIT Scheme.

It's recommended by the authors of SICP, and is used at MIT for the 6.001: Structure and Interpretation of Computer Programs course.

link|flag
Well, that makes sense. I probably will, now. – Joel McCracken Nov 4 '08 at 3:03
But MIT Scheme does not seem to have a build for linux x86_64 – f4hy Jun 30 at 3:57
vote up 9 vote down

Use DrScheme. No doubt about it.

DrScheme is an excellent starting point for all things Scheme including SICP. To look up keywords in the documentation, place the cursor on the keyword and press F1.

When you get to the wonderful chapter on Henderson's picture language, use the SICP package available from PLaneT. In DrScheme you can now see the images directly in the REPL (the read-eval-print-loop).

http://planet.plt-scheme.org/display.ss?package=sicp.plt&owner=soegaard

link|flag
vote up 4 vote down

MIT/GNU Scheme, just make sure you load the SICP compatibility package (yes, they provide specific libraries to enhance guarantee the SICP exercises work).

link|flag
vote up 1 vote down

PLT Scheme works pretty well, or MIT Scheme as Keparo suggested. What issues are you having with it?

link|flag
vote up 1 vote down

I've just started do SICP this week.

Currently, MIT Scheme is broken in in Ubuntu Linux (9.04 "jaunty"). It might be working in the future.

DrScheme is working, and is working well. You can use soegard's package listed above or Neil Van Dyke's package, which is based on soegard's package and is available from http://www.neilvandyke.org/sicp-plt/. The nice thing about this package is that when installed, you can use Language|Choose Language.... menu item to select SICP.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.