SATAOP


What is Scheme and the Art of Programming?

This is a book much more advanced than little-schemer but not as tough as SICP. It serves as a textbook for an introduction into programming using the scheme language starting out with procedural and syntactic abstractions, recursion, iteration, state, and control it builds the ideas and techniques of programming. It covers numeric and symbolic computation , streams, object orientation (See category-object-oriented) and contiuations for abstracting control.

Book Information


category-texts