Basic Object System


Basic Object System

(programming)(BOS) A C-callable library that implements thenotion of object and which uses Tcl as its interpreterfor interpreted methods (you can have "compiled" methods inC, and mix compiled and interpreted methods in the sameobject, plus lots more). You can subclass and mix in existingobjects using BOS to extend, among other things, the set oftk widgets. BOS is a class-free object system, alsocalled a prototype-based object system; it is modelled looselyon the Self system from Stanford University.

Version 1.31 by Sean Levy .

ftp://barkley.berkeley.edu/tcl.