Re: [tcljava-user] Boolean strings not managed
by Mo DeJong other posts by this author
Jan 31 2006 2:06AM messages near this date
[tcljava-user] Boolean strings not managed
|
Re: [tcljava-user] Boolean strings not managed
On Mon, 30 Jan 2006 23:27:29 +0200
Kristoffer Lawson <setok@[...].com> wrote:
> % set a true
> true
> % if {! $a} {puts foo}
> can't use non-numeric string as operand of "!"
>
> Now, I realise that this was fixed relatively late in Tcl, but is
> there any hope of this kind of thing getting done in Jacl?
These booleans are already implemented in the CVS version of Jacl.
The CVS version also has support for the string "ne" and "eq" operators
in expr parsing.
> general, is Jacl still planning to be compatible with later versions
> than 8.0?
Yes, it is. There is the new 'lset' command that has not yet been
implemented, but almost all the Tcl 8.4 features work in Jacl.
The regexp package is the only area with large differences.
cheers
Mo DeJong
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
Thread:
Kristoffer Lawson
Mo DeJong
Tom Poindexter
Kristoffer Lawson
Mo DeJong
|