RE: [tcljava-user] Any plans to support Tcl_CreateSlave
by Greg Pierce other posts by this author
Mar 20 2006 11:28AM messages near this date
Re: [tcljava-user] Any plans to support Tcl_CreateSlave
|
RE: [tcljava-user] Any plans to support Tcl_CreateSlave
Hi Mo,
In my particular situation that doesn't work.
I went ahead and modified the TclBlend source to add
the capability of creating a slave interp. It's working
great. If you're interested I can send you a patch as soon
as I figure out how to send you a patch.
Greg
> -----Original Message-----
> From: tcljava-user-admin@[...].net
> [mailto:tcljava-user-admin@[...].net] On Behalf
> Of Mo DeJong
> Sent: Sunday, March 19, 2006 10:38 PM
> To: tcljava-user@[...].net
> Subject: 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
>
-------------------------------------------------------
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_______________________________________________
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
|