On Friday, May 4, 2012 1:51:34 PM UTC-4, haziz wrote:
> Which Scheme interpreter or Compiler do you suggest for learning
> the language? I will be reading from Dybvigs "The Scheme
> Programming Language" book (probably the third rather than the
> fourth edition) and the Little Schemer. I have installed Guile
> and was considering adding the Petite Chez Scheme interpreter.
> Another option would be the PLT-Scheme, which I did not warm up
> to in the past on very superficial use, or MIT Scheme.
Any of those would be a perfectly reasonable option. Note that PLT
Scheme is now called Racket. Presumably the match with TSPL will
be the best with Chez, but most of the book is not (as far as
I remember) Chez-dependent. Note that Guile 2.x and Chez 8.x are R6RS,
whereas MIT is R5RS. Racket has both modes.
> I will be working mainly from the command line, on mainly a Linux
> (Debian) machine, but I also work with a Mac and occasionally
> Windows (mainly command line using MinGW). I will also be using
> emacs with which I am fairly comfortable.
With only a few exceptions, all Schemes (definitely all of those
you mentioned) are portable to all major OS environments.