mirror of
https://github.com/correl/elm.git
synced 2024-11-16 03:00:08 +00:00
7 lines
494 B
Markdown
7 lines
494 B
Markdown
Elm's goal is to be the best of functional programming in the browser.
|
|
|
|
One of the primary goals of Elm is to completely eliminate runtime exceptions before they reach production by combining an aggressively helpful compiler with solid architectural principles.
|
|
|
|
Elm was designed by Evan Czaplicki as part of writing his thesis on [Concurrent FRP for Functional GUIs](http://elm-lang.org/papers/concurrent-frp.pdf).
|
|
|
|
You can learn more about Elm at the [official website](http://elm-lang.org/)
|