[Tutor] Learning about other languages by using Python [S

alan.gauld@bt.com alan.gauld@bt.com
Wed, 24 Oct 2001 17:14:52 +0100


> Care to point out a really good Scheme language reference 
> online?  

The classic book: Structure and Interpretation of 
Computer Programs by Abelson and Sussman is available 
online and makes a pretty good Scheme intro.

There is also an interactive tutor available if 
you visit the scheme homepage(www.schemers.org). 
It comes with an IDLE like development/debugging 
tool. Its called DR Scheme...

Alan g.