• incr Tcl (commonly stylised as [incr Tcl], and often abbreviated to itcl) is a set of object-oriented extensions for the Tcl programming language. It is...
    3 KB (242 words) - 18:02, 14 July 2024
  • foundation. After the release of TclOO, incr Tcl was updated to use TclOO as its foundation. Tcl Web Server is a pure-Tcl implementation of an HTTP protocol...
    38 KB (4,059 words) - 20:19, 2 October 2024
  • OTcl (section TclCL)
    to the unrelated IXI Object Tcl extension by Dean Sheenan. These object Tcl extensions predate the more popular incr Tcl. The reserved word Class is used...
    2 KB (236 words) - 17:19, 26 October 2021
  • classes), OCaml, Perl, POP-11, Python, R, Raku, and Tcl (built-in from 8.6 or via Incremental Tcl (Incr Tcl) in earlier versions). IBM System Object Model...
    21 KB (2,457 words) - 09:30, 21 October 2024
  • Smalltalk Self Bistro Squeak Pharo Newspeak Squirrel Swift TADS Tcl Xotcl (similar to CLOS) incr Tcl (itcl; similar to C++) Transcript TypeScript Ubercode Vala...
    5 KB (339 words) - 01:03, 25 October 2024
  • XOTcl (category Tcl programming language family)
    for design patterns through filters and decorator mixins. OTcl incr Tcl Tcl Tcllib C++/Tcl Itk Tk Neumann, Gustav; Zdun, Uwe (February 2000). "XOTcl, an...
    3 KB (144 words) - 06:31, 25 October 2024
  • Itk (redirect from IncrTk)
    Itk is a framework for building mega-widgets using the Incr Tcl object system. Mega-widgets are high-level widgets like a file browser or a tab notebook...
    2 KB (74 words) - 17:35, 27 February 2024
  • i = 0 while {$i < 10} { puts "$i squared = [expr $i*$i]" incr i } The reason is that in Tcl, curly braces are not used only to delimit functions as in...
    12 KB (1,432 words) - 19:54, 26 April 2024
  • Thumbnail for List builder
    listbox demo, ZK documentation JSFiddle Dual ListBox disjointlistbox, Incr Tcl documentation rich:listShuttle component, JBoss Shuttle and Reorder, Oracle...
    3 KB (291 words) - 01:15, 21 May 2024
  • Thumbnail for While loop
    While loop (category Articles with example Tcl code)
    factorial 1 while {$counter > 0} { set factorial [expr $factorial * $counter] incr counter -1 } puts $factorial int counter = 5; int factorial = 1; while (counter...
    17 KB (1,525 words) - 05:30, 10 October 2024
  • Generator (computer programming) (category Articles with example Tcl code)
    in a lazy context. In Tcl 8.6, the generator mechanism is founded on named coroutines. proc generator {body} { coroutine gen[incr ::disambiguator] apply...
    26 KB (3,106 words) - 12:17, 30 September 2024
  • Eval (section Tcl)
    can have the same formatting as any other source code. set foo { while {[incr i]<10} { puts "$i squared is [expr $i*$i]" } } eval $foo bs has an eval function...
    24 KB (2,949 words) - 23:01, 28 October 2024