[Haskell-cafe] performance question

Brandon Allbery allbery.b at gmail.com
Thu Feb 14 00:09:30 CET 2013


On Wed, Feb 13, 2013 at 5:45 PM, <ok at cs.otago.ac.nz> wrote:

> > On 13.02.2013 21:41, Brandon Allbery wrote:
> >> The native solution is a parser like parsec/attoparsec.
>
> "Aleksey Khudyakov" <alexey.skladnoy at gmail.com> replied
>
> > Regexps only have this problem if they are compiled from string. Nothing
> > prevents from building them using combinators. regex-applicative[1] uses
> > this approach and quite nice to use.
> >
> > [1] http://hackage.haskell.org/package/regex-applicative
>
> That _is_ a nice package, but
>   it _is_ 'a parser like parsec/attoparsec'.


Well, yes; it's a case in point.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130213/9455442e/attachment.htm>


More information about the Haskell-Cafe mailing list