On Nov 6, 2007 3:34 PM, cdr <_@whats-your.name> wrote:
> when you say Tcl is> learn and understand. Would you say there are serious
> wacky, just how wacky do you mean? I noticed that its handling of most
> programming capabilities is pretty off-beat, but I'm finding it very easy to> flaws or inefficiencies, or is it just idiosyncratic?in the 'scripting language written in C' category, Perl wins any idiosyncratic contest. TCL also far from Lua in speed. like Lua and unlike all the others (Python, Ruby), you have to invent your own OO system, however Lua has syntactic sugar for 'object methods' and a native language feature for 'method lookup' so it has an edge here. all of the above are embeddable in C apps to some extent, but Lua wins that contest handily, being designed for that from the start.