Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Basic Object System

You are here: irt.org | FOLDOC | Basic Object System

<programming> (BOS) 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). You can subclass and mix in existing objects using BOS to extend, among other things, the set of tk widgets. BOS is a class-free object system, also called a prototype-based object system; it is modelled loosely on the Self system from Stanford University.

Version 1.31 by Sean Levy <Sean.Levy@cs.cmu.edu>.

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

(1992-08-21)

Nearby terms: Basic Language for Implementation of System Software « Basic Multilingual Plane « Basic Object Adapter « Basic Object System » Basic Operating System » Basic Programming Support » Basic Rate Interface

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb