What is the best Scheme implementation for working through SICP?

lisp, scheme, sicp

Solution

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.

Problem

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

Original source

Related problems