IronScheme 是否适合通过 SICP 工作?
如果我使用IronScheme,会不会与SICP中的代码不兼容?
Will there be any incompatibilities with the code in SICP if I use IronScheme?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不应该有任何重大的不兼容性。
如果您发现任何问题,为什么不将它们发布在这里(作为要解决的问题),以记录它们?
There shouldn't be any significant incompatibilities.
If you find any, why not post them here (as problems to solve), to document them?
您可能想要使用 DrScheme (http://www.plt-scheme.org/) “相当大”语言模式,并允许重新定义初始绑定,以便在 SICP 中完成代码示例和练习。我一直在使用它来尝试 SICP 中的示例和练习,并且解释器没有遇到任何问题。与 IronScheme 相比,它也更加发达。
You may want to use DrScheme (http://www.plt-scheme.org/) in 'Pretty Big' language mode and allow redefinition of initial bindings for working through code examples and exercises in SICP. I have been using it for trying out examples and exercises in SICP and have not run into any problems with the interpreter. It's also much more developed compared to IronScheme.