Re: [tcljava-dev] JACL - Urgent help to make a design decision!
Brought to you by:
mdejong
From: Neil M. <ne...@cs...> - 2004-12-14 21:44:08
|
On 14 Dec 2004, at 21:31, Georgios Petasis wrote: > Why not loading a Tcl interp inside Java? I suppose you can write > a small C extension that does basic stuff (like creating an interp & > evaluating a string as code) and use swig to generate a JNI wrapper? This is basically what TclBlend does, IIRC. Whether you load a Tcl interp into Java or load a JVM into Tcl you end up with the same situation - two interpreters communicating via some C glue. Cheers, Neil. |