Learn about the Elm programming language at elm-lang.org.
Follow these instructions if you just want to use Elm. To build the compiler from source, run the following commands:
git clone https://github.com/elm-lang/Elm.git
cd Elm
cabal configure
cabal build
This will build the compiler in /dist/build/elm/elm
but it will not be on
your PATH.
If you are stuck, email the list or ask a question in the #Elm IRC channel.