A new version (0.17.4) of the Compiler Toolkit - a
collection of modules supporting the development of
compiler-like applications in Haskell 98 - is now available
from
http://www.score.is.tsukuba.ac.jp/~chak/ctk/
The main addition are modules providing combinators for
* self-optimizing
Dear Haskell Community,
While surely not being particularly fashionable, I think,
compilers are a killer application of functional languages.
It is quite obvious that the data-structure intensive,
transformational process of compilation fits naturally to a
functional style of programming. Moreov