Version 17 of stooop

Updated 2014-10-01 22:09:28 by rlugg

Simple Tcl-Only Object-Oriented Programming , or stooop, by Jean-Luc Fontaine, is an object system written in pure Tcl. stoop is also available as a module in Tcllib.

Attributes

name
stooop
author
Jean-Luc Fontaine
website
http://jfontain.free.fr/stooop.html
website
http://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/stooop/stooop.html

Documentation

   [http://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/stooop/stooop.html%|%official tcllib reference]:

Description

stooop, implemented in a single source-able file, uses simple techniques to provide object orientation to Tcl. Includes an HTML class browser and examples of a lifo and fifo stack. Consists of new and delete operators as well as a virtual operator. Object members are held in a global array bearing the class name.

stooop is the basis of various useful extensions/widgets , such as:

MDI (Joel Crisp) and saMDI
scwoop
tkpiechart