Freshly Printed - allow 8 days lead
Revised [6] Report on the Algorithmic Language Scheme
A series of reports describing the innovative programming language Scheme.
Michael Sperber (Edited by), R. Kent Dybvig (Edited by), Matthew Flatt (Edited by), Anton van Straaten (Edited by), Robby Findler (Edited by), Jacob Matthews (Edited by)
9780521193993, Cambridge University Press
Hardback, published 22 April 2010
302 pages
25.5 x 18 x 1.9 cm, 0.69 kg
Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary. Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, are enough to form a practical and efficient programming language that is flexible enough to support most of the major programming paradigms in use today. This book contains the three parts comprising 'R6RS', the sixth revision of a series of reports describing the programming language Scheme. The book is divided into parts: a description of the language itself, a description of the standard libraries and non-normative appendices. Early chapters introduce Scheme and later chapters act as a reference manual. This is an important report for programmers that work with or want to learn about the Scheme language.
Preface
Part I. Language: Description of the language
1. Overview of Scheme
2. Requirement levels
3. Numbers
4. Lexical syntax and datum syntax
5. Semantic concepts
6. Entry format
7. Libraries
8. Top-level programs
9. Primitive syntax
10. Expansion process
11. Base library
Appendices
Part II. Standard Libraries: 12. Unicode
13. Bytevectors
14. List utilities
15. Sorting
16. Control structures
17. Records
18. Exceptions and conditions
19. I/O
20. File system
21. Command-line access and exit values
22. Arithmetic
23. syntax-case
24. Hashtables
25. Enumerations
26. Composite library
27. Eval
28. Mutable pairs
29. Mutable strings
30. R5RS compatibility
Part III. Non-Normative Appendices: A. Standard-conformant mode
B. Optional case insensitivity
C. Use of square brackets
D. Scripts
E. Source code representation
F. Use of library versions
G. Unique library names
References
Alphabetic index of definitions of concepts, keywords, and procedures.
Subject Areas: Mathematical theory of computation [UYA], Algorithms & data structures [UMB]