[Richard Suchenwirth] 2007-11-18 - For experimenting with [Tcl in Javascript], I hacked up the following HTML file which, loaded into a browser, allows some interactive experimenting. Make sure the files jquery-1.2.1.js and tcl.js are in the same directory. You get a kind of [entry] widget on top, in which you can type Tcl commands. On , they are evaluated by the browser's Javascript engine, and both the command and its result are displayed further down the window. Use to clear the entry. Known bug: some commands are not echoed, even though their result is. I'm not sure why, seems like it has to do with quotes... ----
---- !!!!!! %| [Category Development] | [Category Internet] |% !!!!!!