Difference between revisions of "Discus"

From HaskellWiki
Jump to navigation Jump to search
Line 20: Line 20:
 
darcs get http://code.haskell.org/~benl/disciple-HEAD
 
darcs get http://code.haskell.org/~benl/disciple-HEAD
   
Check the [DDC/ReleaseNotes-Alpha1|ReleaseNotes] and [http://code.haskell.org/~benl/disciple-HEAD/INSTALL INSTALL] instructions.
+
Check the [[DDC/ReleaseNotes-Alpha1|ReleaseNotes]] and [http://code.haskell.org/~benl/disciple-HEAD/INSTALL INSTALL] instructions.
   
 
== Contact the Maintainers ==
 
== Contact the Maintainers ==

Revision as of 13:02, 16 March 2008

Disciple is an explicitly lazy dialect of the functional programming language Haskell.

Disciple vs Haskell

Some example code, and it's output.

The Disciplined Disciple Compiler (DDC)

  • Uses a typed core language which includes effect, closure, region and mutability information. (example)
  • This extended type information is used to allow code-transformation style optimizations in the presence of side effects and mutable objects.
  • Produces standard C99, so is highly portable.
  • Is in a usable alpha state.

Get the Source

Use darcs to get the repo from haskell.org

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

Check the ReleaseNotes and INSTALL instructions.

Contact the Maintainers