Difference between revisions of "O'Haskell"

From HaskellWiki
Jump to navigation Jump to search
(Updated the link to Timber)
(Changed the link for the home page to a link to the wayback machine; added a link to "A survey of O'Haskell" and a link to source code for O'Haskell)
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.
 
'''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://code.haskell.org/OOHaskell/ Source code for O'Haskell]
 
* [http://timber-lang.org/ Timber]
 
* [http://timber-lang.org/ Timber]
 
* [http://homepages.cwi.nl/~ralf/OOHaskell Haskell's Overlooked Object System] -- Object oriented concepts in pure Haskell.
 
* [http://homepages.cwi.nl/~ralf/OOHaskell Haskell's Overlooked Object System] -- Object oriented concepts in pure Haskell.

Revision as of 09:42, 24 February 2013

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.