DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) How Guile does it

Info Catalog (guile.info.gz) Data Representation in Scheme (guile.info.gz) Data Representation (guile.info.gz) Defining New Types (Smobs)
 
 18.2 How Guile does it
 ======================
 
 Here we present the specifics of how Guile represents its data.  We
 don't go into complete detail; an exhaustive description of Guile's
 system would be boring, and we do not wish to encourage people to write
 code which depends on its details anyway.  We do, however, present
 everything one need know to use Guile's data.
 

Menu

 
* General Rules
* Conservative GC
* Immediates vs Non-immediates
* Immediate Datatypes
* Non-immediate Datatypes
* Signalling Type Errors
* Unpacking the SCM type
 
Info Catalog (guile.info.gz) Data Representation in Scheme (guile.info.gz) Data Representation (guile.info.gz) Defining New Types (Smobs)
automatically generated byinfo2html