From owner-freebsd-hackers Wed Sep 10 23:55:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA02875 for hackers-outgoing; Wed, 10 Sep 1997 23:55:47 -0700 (PDT) Received: from counterintelligence.ml.org (mdean.vip.best.com [206.86.94.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02870 for ; Wed, 10 Sep 1997 23:55:44 -0700 (PDT) Received: from localhost (jamil@localhost) by counterintelligence.ml.org (8.8.7/8.8.5) with SMTP id XAA27889; Wed, 10 Sep 1997 23:54:59 -0700 (PDT) Date: Wed, 10 Sep 1997 23:54:59 -0700 (PDT) From: "Jamil J. Weatherbee" To: Mike Smith cc: Temcguire@aol.com, hackers@FreeBSD.ORG Subject: Re: Interpreter compilers In-Reply-To: <199709100221.MAA00790@word.smith.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk And I'll add that my experience with TCL/TK suggests that tcl is more useful --- only my opinion, but I am fiercly antiperl. > Tcl supports both regular expressions and associative arrays, and the > current Tcl (8.0) also features a JIT compiler. Depending on your > choice of algorithms, Perl and Tcl are generally comparable in speed. >