Re: [tcljava-user] Any plans to support Tcl_CreateSlave
by Mo DeJong other posts by this author
Mar 19 2006 7:33PM messages near this date
[tcljava-user] Any plans to support Tcl_CreateSlave
|
RE: [tcljava-user] Any plans to support Tcl_CreateSlave
On Thu, 16 Mar 2006 20:16:07 -0700
"Pierce, Greg" <Greg.Pierce@[...].com> wrote:
> Hi Mo,
>
> Is there any plans to support Tcl_CreateSlave? I would
> love to be able to create a slave interpreter and register
> Java commands for that slave.
You can already do that:
set slave [interp create]
$slave eval {set var 0}
There is no Java level API like the Tcl_CreateSlave method, but you
can just evaluate the commands at runtime.
cheers
Mo DeJong
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
Thread:
Greg Pierce
Mo DeJong
Greg Pierce
Greg Pierce
Mo DeJong
|