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-25 18:42:36
|
On Wed, 25 Jun 2003 08:19:54 -0400 (EDT) "Larry W. Virden" <lv...@ca...> wrote: > From: Mo DeJong <md...@un...> > > > There is a file that lists API diffs. > > > > tcljava/diffs.txt > > What about the Tcl commands not listed in diffs.txt ? Likely an oversight. > I've still not got jacl working, or I could test this stuff out myself. > > Comparing the diffs.txt information with my C Tcl distribution, I don't > see a mention of > array > encoding > error > lset > memory > msgcat > parray > pkg::create > resource The array, encoding, error, and parray commands should work just fine. The others are not implemented. Feel free to submit a patch for the diffs.txt file that updates the listing of commands that are and are not implemented. Mo |