House (operating system)
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 21:33, 8 May 2025 (UTC). Find sources: "House" operating system – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|House (operating system)|concern=Fails [[WP:GNG]]}} ~~~~ |
This article relies largely or entirely on a single source. (March 2024) |
Written in | Haskell |
---|---|
Working state | Dormant |
Latest release | 0.8.93 / January 22, 2009 |
Default user interface | Graphical user interface |
License | 3-clause BSD[1] |
Official website | http://programatica.cs.pdx.edu/House/ |
House (acronym for Haskell User's Operating System and Environment) is an experimental open source operating system written in Haskell. It was written to explore system programming in a functional programming language.
It includes a graphical user interface, several demos, and its network protocol stack provides basic support for Ethernet, IPv4, ARP, DHCP, ICMP (ping), UDP, TFTP, and TCP.
References
[edit]External links
[edit]- Official website
- A Principled Approach to Operating System Construction in Haskell, technical paper on House details