From: tony summerfelt Date: 2005-01-28T04:24:56+09:00 Subject: Re: When little languages grow... On Thu, 27 Jan 2005 10:46:38 +0900, you wrote: >Another thing I like about Tcl is that it has _no_ special cases. i'm not sure you'd define them as 'special cases' but tcl can be quirky if you come from a language like perl: set x 1 and to refer to it you use '$' so: puts $x but to increment it you'd do: incr x ie. no '$' used. and the comment thing is a bit annoying for uneven braces in the same line... Its >That kind of goodies is the things that make Tcl quite bearable to me, >despite lacking a damn lot features which features is it missing for you? >I still have to work with Tcl because of a GUI made in Tk, but I'm quite >happy with it. tk is easily one of the quicker ways to crank out a gui for an application in tcl... although i'm really starting to like rubywebdialogs gui code... http://home.cogeco.ca/~tsummerfelt1 telnet://ventedspleen.dyndns.org