Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

lisp

scheme

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

like image 668
Andreas Grech Avatar asked Dec 30 '22 07:12

Andreas Grech


1 Answers

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.

like image 196
Eli Bendersky Avatar answered Jan 14 '23 11:01

Eli Bendersky