[Haskell-cafe] strict version of Haskell - does it exist?

Herbert Valerio Riedel hvr at gnu.org
Mon Jan 30 09:21:05 CET 2012


On Sun, 2012-01-29 at 23:47 +0100, Marc Weber wrote:
> So maybe also the JSON parsing library kept too
> many unevaluated things in memory. So I could start either writing my
> own JSON parsing library (being more strict)

Jfyi, aeson has been added strict parser variants json' and value' [1]
some time ago, so you shouldn't have to write your own stricter JSON
parsing library...

 [1]: http://hackage.haskell.org/packages/archive/aeson/0.6.0.0/doc/html/Data-Aeson-Parser.html#g:2




More information about the Haskell-Cafe mailing list