[Haskell-cafe] ANN: The Disciplined Disciple Compiler - alpha 1

Ben Lippmeier Ben.Lippmeier at anu.edu.au
Thu Mar 20 02:09:36 EDT 2008


Hi All,
I'm pleased to announce the initial alpha release
of the Disciplined Disciple Compiler (DDC).

Disciple is an explicitly lazy dialect of Haskell which includes:
 - first class destructive update of arbitrary data.
 - computational effects without the need for state monads.
 - type directed field projections.

All this and more through the magic of effect typing.

More information (and download!) available from:
    http://www.haskell.org/haskellwiki/DDC
or  http://code.google.com/p/disciple

DDC: more than lambdas.

Onward!
Ben.





More information about the Haskell-Cafe mailing list