[tcljava-dev] Re: [tcljava-user] incr Tcl support
Brought to you by:
mdejong
From: Christian K. <chr...@so...> - 2001-03-15 11:54:36
|
Hello, Mo DeJong wrote: > > Has anyone ported [incr Tcl] to Java / Jacl? > No. I looked into it, it would not be all that hard. Hey, this sounds interesting. I just looked into the sources, too, and there are only 11 C files. And there are also test files! Since I recently started to write some [Incr Tcl] code (and I really love it!), I could imagine to spend some weekend hours in porting the C stuff to Java. I think the best point to start with is the ensemble command. I seems to be mostly unrelated to the other commands and a comment in Itcl_Init says that it is a prerequisite for the other stuff... But how will the new classes be loaded into Jacl? Does the package require stuff really works? > There is one bit of the Tcl namespace > code that would need to be implemented to > support Itcl (external resolvers). Do you mean, the current namespace implementation isn't complete? Do you mind to implement this missing stuff if the [Incr Jacl] classes need them? Greetings from Berlin, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:chr...@so... |