ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tcljava-user
tcljava-user
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved