Elm (programming language): Difference between revisions

Content deleted Content added
m corrected external -> internal links
Remove advertising warning. This page does not make any emotive or unsupported comparisons. It also does not have any inappropriate links as far as I can tell. It does link to the main Elm website, but so does every other wiki page for languages.
Line 1:
{{Advert|date=November 2012}}
{{Primary sources|date=November 2012}}
{{Infobox programming language
Line 14 ⟶ 13:
== Description ==
 
The primary implementation of Elm compiles to HTML, CSS, and JavaScript. In Elm, Functional Reactive Programming takes the place of event handlers and callbacks; it also manages all screen updates automatically. Purely functional graphical layout takes the place of working with the DOM.
 
Elm allows [[Markdown]] to be embedded directly, so users can create text content in a familiar and natural way.