  |
High School Computing: The Inside Story - http://www.trollope.org/scheme.html
How Scheme made learning programming fun. |
  |
An Introduction to Scheme - http://www.acm.org/crossroads/xrds1-2/scheme.html
By Shriram Krishnamurthi. Introduction, history, code samples. Published in student magazine of Association for Computing Machinery, which has published several articles on varied languages, including Scheme. [ACM Crossroads] |
  |
A Page About call/cc - http://www.madore.org/~david/computers/callcc.html
Good introduction, explains call-with-current-continuation function and how it works. Compares to exceptions in languages Java, C++, C's setjmp() and longjmp(), problems of lexical versus dynamic scoping with continuations. Very informative, more so for intermediate Scheme programmer trying to understand language's heart. |
  |
An Introduction to Scheme - http://www.cs.indiana.edu/eip/dfried.ps
A paper by Daniel P. Friedman (1994) which provides a good introduction to Scheme programming. Presented at the First International Forum on Computer Programming in Education, ITESM, Mexico. |
 |
Structure and Interpretation of Computer Programs Web Site - http://mitpress.mit.edu/sicp/
SICP is a very well known text teaching the conceptual basis of programming. The full text is available on the web site. |