binary tcl scripts? is it possible? is it faster ?
Hi everybody,
I want to know, if it's possible to compile a library of tcl scripts
and to load into the interpreter later ?
Also I want to know, (if this is possible) if TCL interpreter runs this
scripts faster as it does for text scripts ?
thanx a lot ;)!
.
Relevant Pages
- Re: Embedding Tcl/Tk in non C language
... if you don't initialize Tcl/Tk correctly. ... bare minimum setup requirements for running Tk scripts. ... GOTO error ... ' Initialize Tcl interpreter ... (comp.lang.tcl) - Re: Tcl bytecode
... where several chunks of template scripting may ... Even being able to dump and re-load the state of an interpreter would ... best case, allowing it to fly over the unmodified library scripts, and ... then simply load up the pre-built interpreter state right at the point ... (comp.lang.tcl) - Re: Looking for advice: supporting multiple embedded interpreters
... > Some background first - we have some software that embeds a Python ... > interpreter into a host application. ... But we want to support the ability to edit scripts while the app is ... use the 'reload' builtin to reload your python modules. ... (comp.lang.python) - Re: "Overriding" the Interpreter
... How does one "override" the interpreter? ... I want the interpreter to "puts $cmd" before interpreting every ... debugger) that allows me to step through my scripts. ... (comp.lang.tcl) - Looking for advice: supporting multiple embedded interpreters
... Some background first - we have some software that embeds a Python ... But we want to support the ability to edit scripts while the app is ... like multiple "instances" of a Python interpreter to manage this. ... using PyThreadState_Swap, load my built in modules, and swap it back out. ... (comp.lang.python) |
|