In message <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:

> [3] I thought it was particularly cool how Tcl could bolt on a class
> based object oriented system as a library.  The word "class" isn't
> built into the language, but that kind of evaluator lets you add it.

I have written about two notrivial scripts in Tcl. I don't think I will ever
bother to write another, particularly since I now know Python. Dealing with
arrays is an absolute pain, because the language doesn't have references
and arrays as first-class objects.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to