From owner-freebsd-hackers Tue Sep 9 12:26:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA29074 for hackers-outgoing; Tue, 9 Sep 1997 12:26:16 -0700 (PDT) Received: from pscwa.psca.com (romulus.pscwa.psca.com [199.99.162.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA29067 for ; Tue, 9 Sep 1997 12:26:11 -0700 (PDT) Received: from vulcan by pscwa.psca.com (NX5.67f2/NX3.0M, PSCWA update 950701) id AA18164; Tue, 9 Sep 97 12:26:01 -0700 Message-Id: <9709091926.AA18164@pscwa.psca.com> Received: by vulcan.pscwa.psca.com (NX5.67g/NX3.0X) id AA07552; Tue, 9 Sep 97 12:25:59 -0700 Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 4.2mach v148) In-Reply-To: <970909142903_-131376035@emout04.mail.aol.com> X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.0b5) Received: by NeXT.Mailer (1.148) From: Manu Iyengar Date: Tue, 9 Sep 97 12:25:57 -0700 To: Temcguire@aol.com Subject: Re: Interpreter compilers Cc: hackers@freebsd.org Reply-To: m@pscwa.psca.com References: <970909142903_-131376035@emout04.mail.aol.com> X-Subliminal-Message: Have you paid The Bill? Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From the keyboard of Temcguire@aol.com on Tue, 9 Sep 1997: > > Question#2: Can PERL scripts be translated into C and compiled into > executables? Do regular expressions and associative arrays (awk) exist in > any other languages that can be translated and compiled? This question is more relevant to Perl than to FreeBSD. Yes & yes. An alpha-quality Perl compiler is available from anywhere that you can get perl itself (ftp://ftp.cdrom.com/pub/perl/CPAN/, for example). For details, see ``perlfaq3 - Programming Tools: How can I compile my Perl program into byte-code or C?'' in the Perl FAQ. Perl's regular expression support is a superset of awk's and way faster. -mi > Thank you for any possible assistance! > Dr. Thomas E. McGuire > 411 East 9th Avenue > Salt Lake City, UT 84103 > > P.S., > The Pentium Pro I purchased (Micron Inc.) has the option of a second > processor. I have 64Mb of memory and wonder if I installed another > processor, would FreeBSD operate much faster?