Total Pageviews

Saturday 8 October 2016

elm compiler

Compiler for the Elm programming language. Elm aims to make web development more pleasant. Elm is a type inferred, functional reactive language that compiles to HTML, CSS, and JavaScript. 
Learn about the Elm programming language at elm-lang.org.
Build Status

Install

Follow these instructions to use Elm on your machine. Be sure to use the platform specific installers if you are on Mac or Windows. It's way easier!

Build from source / Contribute

Use this script to build the entire Elm Platform from source: the compiler, REPL, package manager, and reactor. Be sure to read all the instructions to learn how the script works and what your workflow will be like.
from https://github.com/elm-lang/elm-compiler