Previous:
variable index
, Up:
Top
[
Contents
][
Index
]
Appendix F An entry for each type
Table of Contents
1 Overview of the package
1.1 Jargon used in this document
2 Representation of Scheme values
2.1 Immediate and block values
2.1.1 Immediate values
2.1.2 Block values
2.2 Bit fiddling
2.2.1 Representation of objects
2.2.2 Bit patterns of immediate values
2.2.2.1 Bit patterns of fixnums
2.2.2.2 Bit patterns of booleans
2.2.2.3 Bit patterns of characters
2.2.2.4 Bit patterns of special objects
2.3 Block objects
3 Checking the result of expressions
3.1 Checking value types
3.2 Including/excluding checks
4 Slots operations
4.1 System operations on slots
4.2 Slots operations for pairs
4.3 Slots operations for vectors
4.4 Slots operations for records
5 Low–level structures
5.1 System operations on structures
5.2 Example of structure handling
API
6 Handling procedure objects
6.1 Decorating a procedure object
Appendix A Document authors and source material
Appendix B Bibliography and references
Appendix C An entry for each concept
Appendix D An entry for each function
Appendix E An entry for each variable
Appendix F An entry for each type
Previous:
variable index
, Up:
Top
[
Contents
][
Index
]