Hell is a shell scripting language that is a tiny dialect of Haskell that I wrote for my own shell scripting purposes. #!/usr/bin/env hell main = do Text.putStrLn "Please enter your name and hit ENTER:" name <- Text.getLine Text.putStrLn "Thanks, your name is: " Text.putStrLn name Overview Use a faithful Haskell syntax parser. It has no imports/modules/packages. It doesn’t support recursive defini