[Haskell-cafe] Template Haskell a Permanent solution?

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Mon Dec 27 12:55:57 CET 2010


2010/12/27 Henning Thielemann <lemming at henning-thielemann.de>:
> Or look into package 'encoding'. It uses TemplateHaskell in order to convert
> Text descriptions of character sets into Haskell tables. I think the
> character tables could be simply rewritten to Haskell syntax, or they could
> be parsed by a function, where the parsed content is unfolded at compile
> time. It could even be computed at runtime, since it is only computed once
> because of laziness.

http://hackage.haskell.org/package/zeroth ?

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list