From: Ken A. <kan...@bb...> - 2004-10-20 15:46:45
|
Here are some scheme links The think i wrote for tracker is docs/scripting-templates.html. http://www.swiss.ai.mit.edu/~jaffer/r5rs_toc.html Scheme spec, there are also postscript versions only 50 pages including examples and index. http://jscheme.sourceforge.net - JScheme down load and play with it. http://popper.cs-i.brandeis.edu:8080/cs2a04/index.html - an intro to computer science course that uses JScheme servlets, wiki, and colaborative editor, for not cs majors. http://www.plt-scheme.org/ PLT-scheme down load it and play with it. http://www.htdp.org - Book How to design programs - everyone should learn how to design programs. http://mitpress.mit.edu/sicp/full-text/book/book.html structure and interpretation of computer programs. If you could only have one computer science book, this should be it. http://www.scheme.com/tspl2d/ The scheme programming language - good chapters on macros. http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/Programming Languages: Application and Interpretation Shriram Krishnamurthi Brown University http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html teach yourself scheme in fixnum days. http://www.cs.indiana.edu/eopl/ Essentials of Programming Languages http://srfi.schemers.org/ SRFI's are proposals for extensions/libraries. |