The [TCL Architecture of Objects] Not to be confused with Tao (S), the ever changing state of the Universe, [The Tao of Tcl], or The Ace Orb (TAO) [http://www.cs.wustl.edu/~schmidt/TAO.html], which uses a feather icon on their web site. '''Quick Links''' * Main Website/Fossil repository/Wiki http:/fossil.etoyoc.com/fossil/taolib%|%http:/fossil.etoyoc.com/fossil/taolib%|% '''Tao Modules''' Each of the modules is packaged as a [tarball] that can be unpacked into your [auto_path]. They are self-contained with a copy of the core and all supporting libraries (save the biggies like tcllib). Tao's only external requirements are sqlite3 * tao - The main parser and core classes * taotk - A megawidget system based on Tao objects * tao-sqlite - A mega-object system based on Sqlite data containers ---- '''Introduction to TAO Programming''' Tao is language extension to TclOO. All Tao code is inheritable by TclOO and any TclOO class can be inherited by Tao. The rules of TAO are designed to make behavior predictable for very large, complex, and otherwise nasty class hierarchies. TclOO code can be fed, without only slight modification, into the Tao. Tao adds the following features to TclOO Objects: * properties - Data the propagates the same was as code throughout your class hierarchies * option handling - Built in tk-style option handling. (Even for non tk-objects) * ensemble methods - A language convention that allows complex method to be broken up into ensembles and be implemented piecewise. * sqlite introspection - Data for Tao is tracked using an sqlite backend ---- [Tao Data Encapsulation] <> Glossary | Object Orientation