First page Back Continue Last page Summary Graphics
Object implementations
Objects are heap allocated C structures
Types define object behavior
- Types are objects
- Collection of C function pointers
Operations defined on types
- alloc/dealloc, attribute access, comparison, external rep, iteration, etc.
- Indirect structs for numbers, sequences, mappings, buffers
Notes: