For Gauche 0.9.14Search (procedure/syntax/module):

Next: , Previous: , Up: Top   [Contents][Index]

7 Object system

Gauche’s object system design is largely inspired by STklos, whose design has come from TinyCLOS. It supports multiple inheritance, multimethods, and metaobject protocol.

The type system is integrated to the object system, that is, a string is an instance of the class <string>, and so on.


Next: , Previous: , Up: Top   [Contents][Index]


For Gauche 0.9.14Search (procedure/syntax/module):