Skip to content
/ Elm Public
forked from elm/compiler

The Elm programming language aims to make web development more pleasant. Elm is a type-safe, functional reactive language that compiles to HTML, CSS, and JavaScript.

License

Notifications You must be signed in to change notification settings

osnr/Elm

 
 

Repository files navigation

Learn about the Elm programming language at elm-lang.org.

Build Status

Install

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.

About

The Elm programming language aims to make web development more pleasant. Elm is a type-safe, functional reactive language that compiles to HTML, CSS, and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 46.9%
  • JavaScript 28.4%
  • Elm 24.7%