Category talk:Tcl: Difference between revisions

Ask usage
(Link to non-implemented tasks list for efficiency)
(Ask usage)
Line 41:
 
We need to check whether these features are enough; if not, we should update the Language template... —[[User:Dkf|Donal Fellows]] 12:26, 1 June 2009 (UTC)
 
=== How to use? ===
What is the correct command to start the examples? I tried 'tclsh' or 'wish', like
$ tclsh <fileWithTheCode>'
but didn't succeed for many of the examples. I use version 8.4 under Debian Squeeze, and I'm aware that all those examples that need a higher version of Tcl won't run. But if I try, for example, the "GUI component interaction" task, I get
invalid command name "ttk::frame"
while executing
"ttk::frame .bg"
If I try "Extend your language", I get
missing close-bracket
while compiling
"set c1 [uplevel 1 [list expr $cond1]
What am I doing wrong? Is 'tclsh' the right command? --[[User:Abu|Abu]] 10:11, 27 August 2010 (UTC)
Anonymous user