开发者

Trying out the examples from the "The Little Schemer" book in Windows

I am currently reading 'The Little Sche开发者_高级运维mer' 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)?


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.


There are tons of scheme implementations. PLT Scheme is good on Windows.


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜