Elm (programming language): Difference between revisions

Content deleted Content added
This page now references two academic papers on FRP, providing some balance and extra information on the topic. It seems to be an appropriate amount given that the other topics on the page are specific details of Elm.
Description: Remove some marketing talk.
Line 12:
== 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.
 
Elm allows [[Markdown]] to be embedded directly, so users can create text content in a familiar and natural way.
 
== Syntax and Semantics ==