Jump to content

Elm (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tesfabpel~enwiki (talk | contribs) at 19:41, 5 November 2012 (Started an article about the Elm language.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Elm
Paradigm functional reactive
Stable release2.5.8 (August 18, 2005; 19 years ago (2005-08-18)) [±]
Filename extensions.elm
Websiteelm-lang.org

According to the official website, Elm is a language that aims to make front-end web development more pleasant. It introduces a new approach to GUI programming that corrects the systemic problems of HTML, CSS, and JavaScript. Elm allows you to quickly and easily work with visual layout, use the canvas, manage complicated user input, and escape from callback hell.