What is the best Scheme implementation for working through SICP?

后端 未结 8 1244
南笙
南笙 2020-12-04 09:30

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

8条回答
  •  我在风中等你
    2020-12-04 09:34

    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.

提交回复
热议问题