Posix programs in Elm

Write your tools and build scripts in Elm. github

The Elm Architecture is nice when you are writing event driven applications and long running processes. However, I Albert Dahlin find it a bit cumbersome when you just want to do some simple scripts and tools. This project lets you write monadic IO programs, similar to Haskell, and then compile them to a nodejs shell script.

Posix programs in Elm. package