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)?
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)?
There are tons of scheme implementations. PLT Scheme is good on Windows.
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.