Erlang downsides?

dda headspin@REDACTED
Thu Aug 31 23:06:50 CEST 2006


Doesn't compile on Mac OS X 10.3.9 ppc – the -shared option is
invalid. Apple's own version of gcc uses -dynamiclib

-- 
Didier

On 8/31/06, Claes Wikstom <klacke@REDACTED> wrote:
> Bob Ippolito wrote:
> >
> >
> > The regexp module in Erlang is slow because it's a simple
> > implementation and it doesn't cache compiled regular expressions. It
> > also doesn't support modern regex features that you get with Perl or
> > Python, making it even less attractive.
> >
>
>
> The amount of whining regarding erlang regexp support on this list
> is staggering. I wrote a proper linked in driver interface to
> all of posix regular expressions. It's here:
>
> http://yaws.hyber.org/download/posregex-1.0.tgz
>
> Go get. It should be equal in speed to other implementations
> in other langs.
>
>
> /klacke
>
>
> --
> Claes Wikstrom                        -- Caps lock is nowhere and
> http://www.hyber.org                  -- everything is under control
> cellphone: +46 70 2097763



More information about the erlang-questions mailing list