|
| |
| | Tcl - Wikipedia, the free encyclopedia |
 | | The Tcl programming language was created in the spring of 1988 by John Ousterhout while working at the University of California at Berkeley. |  | | Tcl proper does not provide an object oriented framework, but it can be extended to provide new features as needed. |  | | Tcl has a very simple syntax which is applied in a consistent way. |
|
http://en.wikipedia.org/wiki/Tcl
(1503 words)
|
|
| |
| | comp.lang.tcl Tcl Bibliography, Part 1/1 (April 1, 1996) |
 | | Describes the use of Tcl on the "Mars Pathfinder" project, in which Tcl (with several extensions) is used in several ways: as the language for inter-object messages within the object-oriented flight software; as the implementation language for the monitor and control environment; and as the initial implementation language for some of the flight software itself. |  | | "Objective-Tcl: An Object-Oriented Tcl Environment", by Pedja Bogdanovich, TipTop Software http://www.usenix.org/publications/library/proceedings/tcl95/bogdanovich.html s. |  | | Describes the use of Tcl as a configuration language for a general simulation facility in the Storage Systems project at HP. |
|
http://www.faqs.org/faqs/tcl-faq/bibliography/part1
(8354 words)
|
|
| |
| | incr Tcl |
 | | [incr Tcl] (the humorous name for the Tcl package "Itcl") is one of the most widely used O-O system for Tcl. |  | | The book about incr tcl is the best tutorial there is; alas, incr tcl, like tclx, as well as a number of other quite widely used extensions, do not seem as widely documented as they could be. |  | | A TIP was passed to include the code for itcl in the tcl core tar file, but as an extension which one can load or not depending on the need. |
|
http://wiki.tcl.tk/62
(1550 words)
|
|
| |
| | Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences |
 | | Tcl can now be considered a ``Web language'', since Tcl/Tk bytecode ``plug-ins'' have been created for Netscape, i.e., Netscape can be used to run Tcl/Tk applet scripts. |  | | [Incr tcl] is an object-oriented extension of Tcl, created by M. |  | | Therefore, Tcl may be used as ``glue'' to create exciting new software packages. |
|
http://www.cv.nrao.edu/adass/adassVI/eliasn.html
(987 words)
|
|
| |
| | Tcl Tk |
 | | [incr tcl] is the basis of a set of extensions to support ct-oriented programming in Tcl. |  | | Implementation of functionality equivalent to the pure Tcl ion of the tree and stack classes implemented in Ajuba s tcllib. |  | | No development is currently g done on this package. |
|
http://tcltk.free.fr/index.php3?idxcat=2
(747 words)
|
|
| |
| | [incr Tcl] |
 | | itcl3.1 is an object system for Tcl, known as [incr Tcl]. |  | | [incr Tcl] is a good way to organize Tcl projects if they get too big or disorganized for regular Tcl coding techniques. |  | | In this example, we can see the basic structure of how [incr Tcl] works. |
|
http://www.dedasys.com/pow/itcl.html
(144 words)
|
|
| |
| | Snit's Not Incr Tcl |
 | | Snit's Not Incr Tcl (Snit for short) is a pure-Tcl object framework which relies on object composition and delegation rather than object inheritance. |  | | If you're just programming in Tcl (and not use Tk at all or use another toolkit or are happy with Tk as it is) it would be nice to have such a mechanism to create and use abstract 'widgets' (objects) in a total natural, intuitive Tcl'ish way. |  | | And none of the Tcl object systems that I'd seen really gave me what I wanted, which was to create new objects by delegation rather than inheritance. |
|
http://wiki.tcl.tk/3963
(2346 words)
|
|
| |
| | TIP #50: Bundle [incr Tcl] with the Core Tcl distribution |
 | | Similarly, integrating [incr Tcl] closely with commands such as ::info or ::destroy would accord it a privileged status that the users of other object systems are reluctant to accept. |  | | The location of the [incr Tcl] source tree shall be left to the discretion of the affected maintainers. |  | | While it is a separate loadable package, [incr Tcl] is intimate with the core, depending on many undocumented interfaces to carry out its functions. |
|
http://www.tcl.tk/cgi-bin/tct/tip/50.html
(1037 words)
|
|
| |
| | comp.lang.tcl FAQ part5 |
 | | Contact: (Michael J. McLennan) What: [incr Tcl] file reading class Where: From the contact Description: This is an itcl class which uses the addinput extension and a tail -f so that one can be notified when there is more to read in a file. |  | | Contact: What: Non blocking Tcl interpreter Where: Description: no_block is an extension which simulates a non_blocking tclsh, so that when it is backgrounded, it can continue to process data or handle events until the user chooses to interact with it again. |  | | Contact: (OSE questions) What: MIT otcl Where: Description: MIT Object Tcl is a dynamic Object-Oriented Programming extension for Tcl, featuring program styles, inheritance, meta objects, automatic method combinations, mixing of C and C++. |
|
http://foto.hut.fi/~jussi/tcl/tclFAQ/part5/part5.html
(9957 words)
|
|
| |
| | [No title] |
 | | More than anything else, * it encourages better organization of Tcl applications through the * object-oriented paradigm, leading to code that is easier to * understand and maintain. |
|
http://www.mit.edu:8001/afs/athena.mit.edu/software/cygwin/include/itcl.h
(68 words)
|
|
| |
| | Tcl/Tk FAQ |
 | | The philosophy of the course is one of immediate, maximum impact by rapid immersion into hands-on building of X-windows graphical user interfaces and the Tcl programs that underly a number of useful applications. |  | | This approach grew out of our first-generation Tcl training course, where we discovered that students became very excited once the Tk toolkit was introduced and they could begin typing statements and interactively creating sophisticated X-windows interfaces. |  | | It describes fundamental concepts-- such as "is-a" versus "has-a" relationships and multiple inheritance-- in the context of [incr Tcl], and demonstrates how object-oriented programming can be used to develop Tcl/Tk applications. |
|
http://www.etsimo.uniovi.es/tcl/faq/tclcom3.htm
(2781 words)
|
|
| |
| | Tcl SourceForge Project |
 | | Pointers to Tcl extensions in CVS (with snapshots) |  | | This is the primary information site for Tcl users of all levels. |  | | See also the Tcl Foundry that collects information about many Tcl-related SourceForge projects. |
|
http://tcl.sourceforge.net
(274 words)
|
|
| |
| | Tcl/Tk FAQs |
 | | Answers about the Tcl programming language (programming particulars), including the use of non-Tk related extensions. |  | | Answers about the [incr Tcl] object oriented Tcl/Tk package. |  | | Part 5 Tcl Software Catalog of Extensions and Modifications |
|
http://tcl.sourceforge.net/faqs
(165 words)
|
|
| |
| | Cetus Links: 16604 Links on Objects and Components / Tcl/Tk |
 | | Tclpp : An Object Oriented Extension To Tcl (Stefan Sinnige) |  | | Tcl and its associated graphical user interface toolkit, Tk, were designed and crafted by Professor John Ousterhout of the University of California, Berkeley. |  | | The Tcl interpreter has been ported from UNIX to DOS, Windows, OS/2, NT, and Macintosh environments. |
|
http://www.cetus-links.org/oo_tcl_tk.html
(1098 words)
|
|
| |
| | DevDirectory : TclTk : Tools and Utilities : Object Systems |
 | | - This site has several Tcl packages, including binary distributions of [incr Tcl] for the Windows platform.The itcl82.exe file is Tcl/Tk 8.2 plus [incr Tcl] 3.1.0. |  | | - TOS (Tcl Object System) is a Tcl extension for Object-Oriented Programming written in pure Tcl. |  | | - OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for object-oriented programming. |
|
http://www.devdaily.com/Dir/TclTk/Tools_and_Utilities/Object_Systems
(277 words)
|
|
| |
| | Amazon.com: Books: [incr-tcl/tk] from the Ground Up |
 | | For the expert, here is a reference manual for the latest incarnation of incr tcl. |  | | For the novice, this book provides material covering object oriented design, coding, debugging, and incr tcl. |  | | I'm almost tempted to read some web tutorials on Tcl and keep this book, but I can flip pages to review and reference material much faster with hard copy, and probably won't need [incr] extensions for my project. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/0072121068?v=glance
(1602 words)
|
|
| |
| | [incr Tcl] |
 | | Each [incr Tcl] object has the builtin methods |
|
http://www.han.de/~racke/taf/taf_itcl.html
(106 words)
|
|
| |
| | Open Directory - Computers: Programming: Languages: Tcl-Tk: Extensions |
 | | An Introduction To Pthreads-Tcl - Document describing the changes to Tcl that enable it to be used in conjunction with POSIX Threads (pthreads). |  | | OTcl: MIT Object Tcl - Compact extension to Tcl/Tk for object-oriented programming, from MIT. |  | | Scotty - An extension for Tcl which provides access to network management information sources. |
|
http://dmoz.org/Computers/Programming/Languages/Tcl-Tk/Extensions
(652 words)
|
|
| |
| | Incr TCL and AOL Server |
 | | Adding incr Tcl capabilities to AOLserver is not likely to be an easy task. |  | | incr Tcl adds object support to the base Tcl language. |  | | I am developing on a Linux Platform with AOL Server, and need to learn TCL for the job. |
|
http://ccm.redhat.com/bboard-archive/webdb/0007ok.html
(106 words)
|
|
| |
| | Manpage of [incr Tcl] |
 | | [incr Tcl] is a Tcl extension that adds object-oriented programming contructs to Tcl. |  | | - base class for all [incr Tk] mega-widgets. |  | | [incr Widgets] is a widget package built with [incr Tk]. |
|
http://www.tcl.tk/man/itcl3.1
(112 words)
|
|
| |
| | Tcl Developer Site |
 | | Join the many thousands of software developers who are already more productive with help from the Tcl programming language and the Tk graphical user interface toolkit. |  | | Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. |  | | This is the main Tcl Developer Xchange site, www.tcl.tk. |
|
http://www.tcl.tk/Y2K.html
(288 words)
|
|
| |
| | [incr Tcl] - Object-Oriented Programming in Tcl/Tk |
 | | Since it was introduced in 1993, [incr Tcl] has become quite popular in the Tcl/Tk development community. |  | | More than 150 pages of examples for [incr Tcl], [incr Tk] and [incr Widgets]. |  | | support for integrating C/C++ code into [incr Tcl] classes |
|
http://incrtcl.sourceforge.net/itcl
(237 words)
|
|
| |
| | incr Tcl Built-In Commands |
 | | Add nothing at all to the variable x (often useful for checking whether an argument to a procedure is actually numeric and generating an error if it is not): |  | | incr - Increment the value of a variable |  | | Increments the value stored in the variable whose name is varName. |
|
http://hume.com/html84/mann/incr.html
(132 words)
|
|
| |
| | Abstract |
 | | TCLSYS Tcl, Tk, incr Tcl and Expect Tcl/Tk components and extensions |  | | TCLSYS is a group of packages consisting of Tcl, Tk, incr Tcl and Expect, which provide a powerful scripting language (Tcl), an Xwindows toolkit (Tk), a set of object-oriented extensions for Tcl (incr Tcl), and a utility to provide interaction between Tcl scripts and interactive programs (Expect). |
|
http://star-www.rl.ac.uk/star/dvi/sun200.htx/node1.html
(132 words)
|
|
| |
| | Table -- A [incr Tcl] Table widget |
 | | ========================================================================= %-----------------------------------------------------------------------% [incr Tcl] Table Widget v1.01 %-----------------------------------------------------------------------% Copyright (c) 1993 by Mumit Khan Table ==== Here's a simple [incr Tcl] table widget that's more or less a straight port of my InterViews/C++ Table, and turned out to be not so bad after all. |  | | If you use this package, please do send an email to so I can send you info as new enhancements and releases become available. |  | | To check it out, run the table.demo file under [incr Tcl] wish interpreter, and if you still have any interest left, look in table.itcl for documentation on Table class. |
|
http://programming.ccp14.ac.uk/mumit-khan/~khan/software/tcl-table/table.html
(157 words)
|
|
| |
| | Find in a Library: [Incr Tcl/Tk] from the ground up |
 | | WorldCat is provided by OCLC Online Computer Library Center, Inc. on behalf of its member libraries. |  | | Find in a Library: [Incr Tcl/Tk] from the ground up |
|
http://worldcatlibraries.org/wcpa/ow/f9e3e42efdf29a8fa19afeb4da09e526.html
(46 words)
|
|
| |
| | [incr Tcl] |
 | | Description: An add-on library for Tcl which adds object oriented extensions. |  | | Try Really Good Domains for email stationery and website design. |
|
http://www.boutell.com/lsm/lsmbyid.cgi/001983
(81 words)
|
|
| |
| | [incr Tcl] |
 | | An extension of Tcl that adds classes and inheritence. |  | | The name is a pun on C++ - an object-oriented extension of C - [incr variable] is the Tcl syntax for adding one to a variable. |  | | Nearby terms: incremental backup « incremental constraint solver « Incremental Prototyping Technology for Embedded Realtime Systems « [incr Tcl] » indent style » Independent Logical File » Independent Verification and Validation |
|
http://www.linuxguruz.com/foldoc/foldoc.php?[incr+Tcl]
(79 words)
|
|
| |
| | A Tcl-Wear Chronology |
 | | Tcl: not only great software, but also things you can wear! |  | | This list is a history of Tcl related items (including one-of-a-kind) that are in circulation about the Tcl community. |  | | Please send additions and corrections to tpoindex@nyx.net I'm especially interested in images for things I don't have, and correcting any entry that is incorrect. |
|
http://www.nyx.net/~tpoindex/tcl-wear
(283 words)
|
|
| |
| | Incr Tcl - Wikipedia, the free encyclopedia |
 | | incr Tcl (the name is a pun on "C++", and often abbreviated to "itcl") is a set of object-oriented extensions for the Tcl programming language. |  | | A book, published in January,2000: "incr Tcl from the Ground Up" by Chad Smith |  | | It is widely used among the Tcl community, and is regarded as industrial strength. |
|
http://en.wikipedia.org/wiki/Incr_Tcl
(136 words)
|
|
| |
| | Sensus Consulting |
 | | A portable extension that provides the power of OpenSSL to Tcl programs. |  | | Compact tcl interpreter that allows any Tcl program to run as a fully fledged Windows NT Service. |  | | Currently we are working on a number of projects to extend the reach of Tcl, the "ultimate enterprise glue". |
|
http://www.sensus.org/tcl
(189 words)
|
|
| |
| | Tcl Tk |
 | | inmemvfs.tcl : A package that provides an in-memory virtual file system (requires Tcl 8.5 or later.) |  | | Tcl is (Tool Command Language) and Tk is the Graphical ToolKit of Tcl |  | | At the top, there's a entry to find your application. |
|
http://tcltk.free.fr
(436 words)
|
|
| |
| | Tknt Information |
 | | Look here if you are interested in Tkntjp, a Japanese version of Tknt40. |  | | You can get Tknt40, a port of Tcl 7.4, Tk 4.0, Tcl-DP 3.3, Tix 4.0, BLT 1.8, and [incr Tcl] 1.5 here: |  | | You can get Tknt36, a port of Tcl 7.3, Tk 3.6, Tcl-DP 3.2, BLT 1.7, and [incr Tcl] 1.5 here: |
|
http://www-plateau.cs.berkeley.edu/people/chaffee/tknt.html
(107 words)
|
|
|