tcl & tcl related packages tcl & y & y & y & y & Tcl インタープリタ & Tcl (Tool command language)は,コマンド行のみから構成される シンプルなスクリプト言語です。 & Tcl interpreter & Tcl is a script language written by Dr. John Ousterhout. expect & y & y & y & y & Tcl 用自動応答プログラム Expect & Expect は,対話的処理を自動的に進めるための Tcl 用拡張ライブラリです。 & auto answer program Expect & expect can answer telnet, tp, passwd, fsck automatically. tclx & y & y & y & y & Tcl の拡張版 TclX & TclX (eXtended Tcl)は,より新しい OS の機能に追従させたり, ファイル制御や日時操作等の機能を拡張した Tcl です。 & Extended Tcl (TclX) & TclX is a extension for Tcl. itcl & y & y & y & y & Tcl のオブジェクト指向拡張 [incr Tcl] & [incr Tcl] は,より大規模なプロジェクトに活用できるように, Tcl にオブジェクト指向の拡張をほどこした言語です。 & Tcl object-oriented extension [incr Tcl] & [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult to maintain. This is because the building blocks of vanilla Tcl are procedures and global variables, and all of these building blocks must reside in a single global namespace. There is no support for protection or encapsulation.