From: quixote72@... (Pedro Pinto) Date: 2002-08-30T05:53:36+09:00 Subject: Re: WAY off topic... scheme for windows? Nikodemus Siivola wrote in message news:... > On Thu, 29 Aug 2002, Michael Campbell wrote: > > > repetoir somewhat. Is there a canonical place to get an interpreter > > for windows, or will any of the ones I see from Google suffice? > > Scheme has no canonical interpreter. Try MzScheme, I recall it works fine > on windows, and it's the one I used on my tour of the fine book. ;) > > -- Nikodemus I'de second that. DrScheme/PLT scheme/MzScheme (http://www.plt-scheme.org/) has the most extensive libraries and the most user friendly tools and documentation that I have found. Others that I have examined and abandoned: Chez Scheme, MIT Scheme, 3dScheme and Scheme48. You might also have a look at scsh (http://www.scsh.net/) which is awesome for scripting. -pp