Erlang downsides?

Tony Finch dot@REDACTED
Fri Sep 1 19:16:06 CEST 2006


On Thu, 31 Aug 2006, James Hague wrote:
>
> Exactly.  And other dynamic languages--including Ruby and
> Python--simply link to the standard Perl regular expression library.

There is no "standard" Perl regex library. There is PCRE, but that is an
independent re-implementation of Perl's regexes because it isn't feasible
to decouple perl's regex implementation from the rest of perl. AFAIK the
only scripting languages that currently use PCRE are PHP and perl6 (where
PCRE is used for perl5 backwards compatibility).

Tony.
-- 
f.a.n.finch  <dot@REDACTED>  http://dotat.at/
FISHER: WEST OR NORTHWEST 4 OR 5 BECOMING VARIABLE 3 OR 4. FAIR. MODERATE OR
GOOD.



More information about the erlang-questions mailing list