Content deleted Content added
Add note about Markdown |
Re-organize and clarify |
||
Line 10:
}}
Elm is a [http://en.wikipedia.org/wiki/
== Description ==
The primary implementation of Elm compiles to HTML, CSS, and JavaScript. 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 [http://en.wikipedia.org/wiki/Markdown Markdown] to be embedded directly, so users can create text content in a familiar and natural way.
|