Applications and libraries/Operating system

From HaskellWiki
< Applications and libraries
Revision as of 11:13, 23 March 2006 by EndreyMark (talk | contribs) (Having moved GetOpt from the uncategorised section of Libraries and tools to here)
Jump to navigation Jump to search

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. 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.


Pure functional shells
useful link collection on Lambda the Ultimate