HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

DDC

DDC

Disciple is an explicitly lazy dialect of Haskell which supports destructive update, computational effects, type directed field projections and some other useful things.

Contents

1 Disciple vs Haskell

Some example code showing most of the extensions, and its output, core and C-code

2 The Disciplined Disciple Compiler

3 Get the Source

Get the latest stable release with darcs:

    darcs get http://code.haskell.org/ddc/disciple-alpha1

For thrill-seekers, the development branch (which usually builds ok) is:

    darcs get http://code.haskell.org/ddc/disciple-HEAD 

Alternatively, download the source tar-ball from Google code

   http://code.google.com/p/disciple/downloads

Check the ReleaseNotes and INSTALL and HACKING instructions.

4 Contact the Maintainers

Retrieved from "http://www.haskell.org/haskellwiki/DDC"

This page has been accessed 4,912 times. This page was last modified 12:06, 23 April 2008. Recent content is available under a simple permissive license.