Skip to content
willdonnelly edited this page Sep 13, 2010 · 4 revisions

Dyre – A Dynamic Recompilation Library

Dyre is a library which implements Dynamic Recompilation capabilities for Haskell programs. Dynamic recompilation is a configuration strategy that eliminates the overhead and limitations associated with parsing a configuration file, in favor of allowing the custom program configuration to be implemented as a compilable piece of source code.

Clone this wiki locally