Arts
Business
Computers
Games
Health
Home
Kids and Teens
News
Recreation
Reference
Regional
Science
Shopping
Society
Sports

   Home / Computers / Programming / Languages / Lisp / Scheme / FAQs, Help, and Tutorials
 
   See Also
   Web Sites
  • A page about call/cc - A good introduction and explanation of the call/cc (or call-with-current-continuation) function and how it operates. Provides comparisons with exceptions in languages such as Java and C++, C's setjmp() and longjmp(), and the problems of lexical versus dynamic scoping with continuations. Very informative, especially for the intermediate Scheme programmer wishing to understand the heart of the language.
    www.eleves.ens.fr:8080/home/madore/computers/callcc.html
  • ACM Crossroads: An Intro to Scheme - ACM Crossroads is the student magazine of the Association for Computing Machinery. Crossroads has published several articles about various programming languages, including Scheme.
    www.acm.org/crossroads/xrds1-2/scheme.html
  • An Introduction to Scheme - 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.
    www.cs.indiana.edu/eip/dfried.ps
  • An Introduction to Scheme and its Implementation - Online book by Paul R. Wilson.
    www.cs.utexas.edu/users/wilson/schintro/schintro_toc.html
  • Compiling: A High-level Introduction Using Scheme - A short paper by Christopher T. Haynes (1997) which outlines a one-semester course presenting compiler development in a number of code transformation steps using Scheme as its source language.
    www.cs.indiana.edu/hyplan/chaynes/papers/sigcse97.ps
  • Fundamentals of Computer Science I - Materials (lab assignments, homework exercises, exams, projects, etc.) for an introductory course in Computer Science taught in Scheme at Grinnell College. The primary Scheme system used is Chez Scheme, but SCM and DrScheme are also used, along with XEmacs for editing.
    www.math.grin.edu/courses/Scheme
  • High School Computing: The Inside Story - How Scheme made learning programming fun!
    www.inf-gr.htw-zittau.de/~wagenkn/Natasha_Chen.html
  • How To Design Programs - The online text of a new (2001) book teaching software design using scheme as the programming language
    www.htdp.org
  • Indiana University Educational Infrastructure Project - Developing software and courseware to support the use of Scheme in undergraduate education.
    www.cs.indiana.edu/eip/home.html
  • Scheme Drill Questions - By Paul R. Wilson.
    www.cs.utexas.edu/users/wilson/cs307/drill.html
  • Scheme in Education - A meta-resource maintained by Shriram Krishnamurthi for people interested in Scheme as a tool in education.
    www.schemers.org/Education
  • Schools Using Scheme - A compilation of colleges, universities, and secondary schools which use Scheme in their curricula. Compiled and maintained by Ed Martin of Schemers, Inc.
    www.schemers.com/schools.html
  • Structure and Interpretation of Computer Programs Web Site - SICP is a very well known text teaching the conceptual basis of programming. The full text is available on the web site.
    mitpress.mit.edu/sicp
  • Teach Yourself Scheme in Fixnum Days - An online Scheme tutorial by Dorai Sitaram.
    www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html
  • The TeachScheme! Project - The goal of Rice University's TeachScheme! Project is to disseminate a new introductory curriculum on computing.
    www.cs.rice.edu/CS/PLT/Teaching
  • Tutorial Introduction to Guile - A short tutorial on using Guile and integrating it with a sample turtle graphics X Windows program.
    freespace.virgin.net/david.drysdale/guile/tutorial.html
  • Principles of Programming Languages - A collection of lecture notes by Shriram Krishnamurthi which grew from lectures given in Rice University's COMP 311 "Principles of Programming Languages" class taught by Matthias Felleisen in spring of 1995-1996. Extremely in depth and pedantic review of construction of a language system, including parsing and syntax, semantics and semantic representations, control, mutability, data typing and safety, polymorphism, resource management, compilers and optimizations, CPS.
    www.cs.rice.edu/~shriram/311

Google
1995-2015 © Stunning, Inc.