CSC 324: References

Textbooks

Most of these books are on reserve in the library and can be used as additional references to the course.

References

Scheme

General information: Schemers.org.
Reference: full text to Dybvig, "The Scheme Programming Language", 3rd edition.
Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman, 2nd ed.
IDE: DrScheme.
Interpreter: MzScheme.
The R5RS standard.
Scheme FAQ
Google archive of comp.lang.scheme.
Documentation for match procedure

C++

C++ was originally an extension of C, and served as a major inspiration for the design of Java. Take the object-oriented ideas you learned in Java, and combine them with your experience with C (or other imperative languages), and C++ should be fairly straightforward.

Prolog


Valid HTML 4.01 Transitional