Difference between revisions of "O'Haskell"

From HaskellWiki
Jump to navigation Jump to search
(Updated a link)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''O'Haskell''' is Haskell conservatively extended with static subtyping and monadic objects. O'Haskell last saw a release in 2001, and has reportedly been superseded by Timber, though Timber has yet to release a stable compiler.
+
'''O'Haskell''' is Haskell conservatively extended with static subtyping and monadic objects. O'Haskell last saw a release in 2001, and has reportedly been superseded by Timber.
   
* [http://www.cs.chalmers.se/~nordland/ohaskell/ O'Haskell]
+
* [http://web.archive.org/web/20090517021445/http://www.cs.chalmers.se/~nordland/ohaskell/ O'Haskell], as archived by the Wayback Machine
  +
* [http://www.nt.ntnu.no/users/haugwarb/Programming/OHaskell/o_haskell_tutorial.html A survey of O'Haskell]
* [http://www.cse.ogi.edu/pacsoft/projects/Timber/ Timber]
 
  +
* [http://code.haskell.org/OOHaskell/ Source code for O'Haskell]
* [http://homepages.cwi.nl/~ralf/OOHaskell Haskell's Overlooked Object System] -- Object oriented concepts in pure Haskell.
 
  +
* [http://timber-lang.org/ Timber]
 
* [http://okmij.org/ftp/Haskell/HList-ext.pdf Haskell's overlooked object system] (PDF) -- Object oriented concepts in pure Haskell.
   
 
{{stub}}
 
{{stub}}

Latest revision as of 07:34, 7 March 2014

O'Haskell is Haskell conservatively extended with static subtyping and monadic objects. O'Haskell last saw a release in 2001, and has reportedly been superseded by Timber.

This article is a stub. You can help by expanding it.