Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which environment, IDE or interpreter to put in practice Scheme?

I've been making my way through The Little Schemer and I was wondering what environment, IDE or interpreter would be best to use in order to test any of the Scheme code I jot down for myself.

like image 539
t3rse Avatar asked Sep 12 '08 16:09

t3rse


1 Answers

Racket (formerly Dr Scheme) has a nice editor, several different Scheme dialects, an attempt at visual debugging, lots of libraries, and can run on most platforms. It even has some modes specifically geared around learning the language.

like image 92
infinitetape Avatar answered Oct 17 '22 08:10

infinitetape