This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: structs, records, SMOBs etc.



> Why do you want to implement an object system on top of ("C") structures?
> An object is just a (expandable) set of "features", where a "feature"
> is either a state variable or code. An example from Meyer's OOSC:

"struct" in Mikael's post does not refer to C structures.  He's
referring to a separate, but similarly named, Scheme facility.  See
libguile/struct.h and libguile/struct.c.