Search code examples
lispschemesicp

What is the best Scheme implementation for working through SICP?


I have been using PLT Scheme, but it has some issues. Does anyone know of a better implementation for working through 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.