| Tcl | |
| 1.31 | |
| library | |
| Sean Levy <Sean.Levy@cs.cmu.edu> | |
| ftp://barkley.berkeley.edu/tcl/??? | |
| BOS is a C-callable library that implements the notion of object and which uses Tcl as its interpreter for interpreted methods (you can have "compiled" methods in C, and mix compiled and interpreted methods in the same object, plus lots more stuff). I regularly (a) subclass and (b) mixin existing objects using BOS to extend, among other things, the set of tk widgets (I have all tk widgets wrapped with BOS "classes"). BOS is a class-free object system, also called a prototype-based object system; it is modeled loosely on the Self system from Stanford. | |
| August 21st, 1992 |
language: Tcl
category: embeddable summary, or expanded.
category: object oriented languages summary, or expanded.
category: scripting languages summary, or expanded.
category: unix tool building summary, or expanded.
Please send updates to free-compilers@idiom.com
The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.
Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved