Version 3 of Larry Virden

Updated 1999-07-26 16:29:46

My name is Larry W. Virden.

My home web site is http://www.purl.org/net/lvirden/ . My Tcl web site is http://www.purl.org/net/tcl-faq/ . My most common email address is mailto:[email protected] .

If you have Tcl applications, extensions, routines, documentation, articles, or general information that you provide (freely or commercially) on the internet, let me know at the above address and I will add it to the FAQ.


Things to think about:

Many times people complain about how Tcl works. It usually sounds like they are expecting Tcl to act in a manner similar to some other language. They generally sound frustrated, sometimes with threats to move off to some other language.

Unfortunately, I am uncertain which other language to recommend to them. Some want a Scripting language which cares less about white space than Tcl. I suppose I could recommend Perl. Sometimes they seek languages which enforce variable naming or provide tighter scoping. I could probably recommend Python. Unfortunately it requires a particular physical code layout style, but might be able to do the rest of what they want.

I do wish all good luck finding a scripting language that is fast, flexible, enforcing the level of strictness designed, but permitting one to code in in their own personal style. It's a holy grail that programmers sometimes spend significant portions of their lives seeking. Many will tell you that this language, or that one, has satisfied them. In my own personal quest, I have yet to find the ultimate solution.