Re: [tcljava-dev] What does one need to know to make the transition from C Tcl/Tk to Jacl?
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2003-06-24 18:12:27
|
On Tue, 24 Jun 2003 09:50:20 -0400 (EDT) "Larry W. Virden" <lv...@ca...> wrote: > If one has non-technical users who are used to coding small Tcl/Tk scripts > to interact with the C Tcl interpreters embedded in their apps, what > are the kinds of changes they will need to be taught for interacting with > a Java app which instantiates via Jacl an interpreter? There is a file that lists API diffs. tcljava/diffs.txt The short answer is that fileevent does not work in Jacl and exec can be a little tricky, but other than that things should work exactly the same. Mo |