haskell-cafe@haskell.org
[Top] [All Lists]

Re: [Haskell-cafe] Re: How efficient is read?

Subject: Re: [Haskell-cafe] Re: How efficient is read?
From: Stephen Tetley
Date: Sun, 9 May 2010 15:57:38 +0100
On 9 May 2010 13:25, Brandon S. Allbery KF8NH <allbery@xxxxxxxxxxx> wrote:
[SNIP]

> Hm.  I'd understand that as referring to the fact that Parsec 3 can use
> arbitrary input types instead of [Char], not to streams as in stream fusion
> or lazy processing.

Hi Brandon

Yes - that's my impression too.

There is a package for Parsec iteratee package on Hackage that would
presumably support for streaming (thats to say online, or synonymously
- 'piecemeal' / lazy processing). However unless I could find a
tutorial, I'd go with Polyparse or uu-parsinglib (Doaitse Swierstra
has a tech report that gives a very detailed guide to uu-parsinglib).

Best wishes

Stephen
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/haskell-cafe

<Prev in Thread] Current Thread [Next in Thread>