Added link to elm-lang.org (#33035)

This commit is contained in:
aizelagustino
2019-02-24 08:04:44 -08:00
committed by Christopher McCormack
parent a495944a28
commit d45f3c4c9f

View File

@ -3,7 +3,7 @@ title: Elm
---
## Elm
Elm is a domain-specific, purely functional programming language that compiles into Javascript. This programming language is statically typed, and was developed with an emphasis on usability, performance, and robustness. Elm was built by Evan Czaplicki in 2012, and was influenced by Haskell, Standard ML, and OCaml among others. It also helped to inspire the popular state management tool, Redux.
[Elm](http://elm-lang.org/) is a domain-specific, purely functional programming language that compiles into Javascript. This programming language is statically typed, and was developed with an emphasis on usability, performance, and robustness. Elm was built by Evan Czaplicki in 2012, and was influenced by Haskell, Standard ML, and OCaml among others. It also helped to inspire the popular state management tool, Redux.
### The Elm Architecture