Applications and libraries/Operating system

From HaskellWiki
< Applications and libraries
Revision as of 23:00, 23 March 2006 by EndreyMark (talk | contribs) (Adding a link to Haskell Shell (seems to be implemented in Haskell 1.3))
Jump to navigation Jump to search

Standalone 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. It can be used also for tasks usually done GetOpt (a module for GNU-/POSIX-like option handling of commandline arguments). But also for many other things.
The Haskell Shell
on the software page by Ralf Hinze. The Haskell Shell seems to be written in Haskell 1.3.


Pure functional shells
useful link collection on Lambda the Ultimate