tags:

views:

123

answers:

2

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)?

+2  A: 

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

Marcelo Cantos
Ie this one: http://download.plt-scheme.org/
hawkeye
+5  A: 

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.

Eli Bendersky