|
|
|
|
Welcome Guest! Login/Join |
 The Scheme Programming Language - http://www.scheme.com/tspl2d/ By R. Kent Dybvig; Prentice Hall, 1996, ISBN 0134546466, 2nd edition. Reference book, describes R5RS Scheme in style similar to K and R [Online full text version]. |
 Schemers, Inc. - http://www.schemers.com/ Publishes and carries excellent educational materials, including books, using the Scheme programming language. Has Windows and Macintosh Scheme interpreters and a Scheme-driven state-of-the-art solid modeler. |
 The Scheme Underground - http://www.ai.mit.edu/projects/su/su.html An effort aimed at developing useful software packages in Scheme for use in research projects and for distribution on the net. |
 RRRS-Authors Mailing List Archive - http://swissnet.ai.mit.edu/projects/scheme/rrrs-archive.html An archive of the mailing list of the authors of the RnRS, from 1984 to 1998. |
 Reports on the Algorithmic Language Scheme - http://swissnet.ai.mit.edu/~jaffer/Scheme.html Specifications for the programming language Scheme. |
 The Scheme Programming Language - http://www.swiss.ai.mit.edu/projects/scheme/ Main page at MIT, Scheme's birthplace; short list of implementations, some general documentation, information on the MIT Scheme implementation, some random links. |
 MIT Project MAC (Switzerland) Archive - ftp://swissnet.ai.mit.edu/pub The MIT Project on Mathematics and Computation (Switzerland) has a public FTP archive with Scheme implementations, programs, and curiosities. |
 Lisp and Scheme Meetup Day - http://lisp.meetup.com/ Meetup with other local programmers interested in Lisp, Scheme and other functional programming languages. |
 Indiana University's Internet Scheme Repository - http://www.cs.indiana.edu/scheme-repository/SRhome.html The definitive resource for Scheme on the net. Includes a large catalog of implementations, useful source code, and documents, many of which you won't find anywhere else. |
 The comp.lang.scheme FAQ - http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.scheme.html Usenet discussion group FAQ archive. |
 Schemers.org - http://www.schemers.org/ A collection of resources for the Scheme language. Information on all aspects of Scheme: implementations, papers, and code. Maintained by the Rice Programming Languages Team, the folks behind MzScheme and DrScheme. |
 Scheme Requests For Implementation - http://srfi.schemers.org/ A forum for people interested in coordinating libraries and other extensions of the Scheme language between implementations. |
 Online Bibliography of Scheme Research - http://library.readscheme.org/ Bibliography of articles, theses, and technical reports related to the Scheme language. Where an online version of the paper is available, a link is provided. |
 CMU Scheme Repository - http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/lang/scheme/0.html Part of the greater CMU AI Repository. Has a large overlap with the Indiana repository. |
 Hello, World Program - http://www2.latech.edu/~acm/helloworld/scheme.html Scheme version of this canonical first program. |
 Scheme Programming Language - http://en.wikipedia.org/wiki/Scheme_programming_language Growing article, with links to many related topics. [Wikipedia] |
 Practical Scheme - http://practical-scheme.net/ Libraries and extensions to use Scheme as a production tool, to process daily chores for system engineers and programmers: parse files, generate reports, watch processes, provide small GUI wrappers, etc. English, Japanese. |