尝试“小阴谋家”中的示例在 Windows 中预订
我目前正在阅读《The Little Schemer》,我需要一种方法来在我的 Windows 计算机上测试书中的计划示例。
我可以使用什么应用程序来执行此操作(在 Windows 上,而不是 Linux)?
I am currently reading 'The Little Schemer' and I need a way to test out the Scheme examples in the book on my Windows machine.
With what application can I do this (on Windows, not Linux)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
PLT Scheme是一个非常好的独立的Scheme开发环境,可用于包括Windows在内的多个平台。它带有多种风格的Scheme、一个带有调试器的IDE,以及大量用于实际编程的Scheme 库。
PLT Scheme is a very good self-contained Scheme development environment available for several platforms including Windows. It comes with several flavors of Scheme, an IDE with a debugger, and a ton of Scheme libraries for real-world programming.
有大量的计划实施。 PLT 方案在 Windows 上很好用。
There are tons of scheme implementations. PLT Scheme is good on Windows.
这可能适合你。
MIT/GNU Scheme 是Scheme 编程语言的实现,提供解释器、编译器、源代码调试器、集成的类似Emacs 的编辑器和大型运行时库。
This might work for you.
MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library.
您可能不需要在系统上安装任何东西。只需单击以下站点,您就可以测试书中给出的示例了。
http://repl.it/languages/Scheme
You may not need to install anything on your system. Just click the following site and you are ready to test the examples given in the book.
http://repl.it/languages/Scheme