ANN: Compiler Toolkit 0.17.4

1999-03-26 Thread Manuel M. T. Chakravarty
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

Compiler Toolkit

1998-12-02 Thread Manuel M. T. Chakravarty
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