Author | (multiple) |
Format | online HTML |
Price | free |
The Scheme Cookbook’s primary aim is show how common programming problems can be solved in Scheme via short programming “recipes”. Parts of the Cookbook are specific to PLT Scheme but we aim to provide portable solutions when possible.
Given the current lack of practical documentation for Scheme we also aim to cover areas of practical programming that fall outside the strict Cookbook remit. This includes topics such as Scheme idioms, Programming pearls, and Scheme code libraries.
Chapters include:
- Macros
- Getting Started With PLT Scheme
- Getting Started With Scheme
- Common Idioms
- String Recipes
- Numbers
- Dates, and Time
- List Recipes
- Regular Expressions
- Hashes
- Files and Directories
- Data Structures
- Structures
- Vectors
- Pattern Matching
- GUI Recipes
- Network Programming
- Thread Recipes
- Web Programming
- XML
- Pearls
- Databases
- Process Management and Communication
- Dynamic Programming
- Foreign Interface