Difference between revisions of "House"

From HaskellWiki
Jump to navigation Jump to search
(Update the link)
(Added links to lighthouse, the web archive and network-house)
Line 2: Line 2:
   
 
* [http://programatica.cs.pdx.edu/House/ House]
 
* [http://programatica.cs.pdx.edu/House/ House]
  +
  +
To download the most recent version (for GHC 6.8.2):
  +
git clone git://svcs.cs.pdx.edu/git/lighthouse.git
  +
More details about this in the [http://web.archive.org/web/20110618203119/http://web.cecs.pdx.edu/~kennyg/house/ Web archive]
  +
  +
The network part of House is used to create a separate package: [http://hackage.haskell.org/package/network-house network-house] ([https://github.com/nh2/network-house github])
   
 
[[Category:Applications]]
 
[[Category:Applications]]

Revision as of 22:17, 30 October 2012

House ("Haskell User's Operating System and Environment") is an operating system written in Haskell.

To download the most recent version (for GHC 6.8.2):

 git clone git://svcs.cs.pdx.edu/git/lighthouse.git

More details about this in the Web archive

The network part of House is used to create a separate package: network-house (github)