On Fri, 04 May 2012 03:39:47 -0700, haziz wrote:
> If I do use Dybvig's book, should I install the 7.4 or 8.4 version of
> Petite Chez Scheme on to a Debian Linux machine? I already have Guile
> installed and intend to work from within emacs, with which I am already
> somewhat comfortable.
TSPL3 documents the R5RS language, which is the basis of 7.4, and 8.4 is
R6RS, which is documented in TSPL4. Additionally, there are the Chez
Scheme User's Guides for these two versions which document the non-
standard extensions implemented in Chez, and serve as the completion of
the documentation for Chez Scheme when coupled with TSPL[3,4].
You will likely be fine with TSPL4 and version 8.4 if you are just going
through a class, as the REPL and basic language are all the same at an
introductory level.
--
Aaron W. Hsu |
arc...@sacrideo.us |
http://www.sacrideo.us
Programming is just another word for the lost art of thinking.