On 8/17/06, Timothy Butler <tbutler at ofb.biz> wrote: > Perl and TCL are both interpreted languages, and therefore are > several orders of magnitude less efficient than C/C++/Objective C Well, you could compile Perl by bytecode (although it typically isn't done). Dave