Applications and libraries/Operating system

From HaskellWiki
< Applications and libraries
Revision as of 10:48, 23 March 2006 by EndreyMark (talk | contribs) (1) House, a self-standing OS implemented in Haskell 2) HsShellScript, a library for tasks for which we usualy use the shell 3) pure functional shell links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Self-standing implementations of operating systems in Haskell

Shell

HsShellScript
A library for using Haskell for tasks which are usually done by shell scripts, e.g. command line parsing, analysing paths, etc.
Pure functional shells
useful link collection on Lambda the Ultimate