Haskell - An advanced, purely functional programming language
Learn You a Haskell for Great Good!
module Main (main) where import System.Process main = callCommand "ls -la"
References
Gentle Introduction To Haskell, version 98
Practice
>>> THM | HaskHell