tool: BOS (The Basic Object System)


Language:
Tcl
Version:
1.31
Parts:
library
Author:
Sean Levy <Sean.Levy@cs.cmu.edu>
Location:
ftp://barkley.berkeley.edu/tcl/???
Description:
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.
Updated:
August 21st, 1992

Related Items

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.


This work supported by Idiom Consulting. Idiom is a full-service ISP, providing Internet access in Northern California and Web hosting worldwide.

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