Elm (programming language)
Appearance
Paradigm | functional reactive |
---|---|
Stable release | 2.5.8 (August 18, 2005[±] | )
Filename extensions | .elm |
Website | elm-lang |
According to the official website, Elm is a language that aims to make front-end web development more pleasant. It introduces a new approach to GUI programming that corrects the systemic problems of HTML, CSS, and JavaScript. Elm allows you to quickly and easily work with visual layout, use the canvas, manage complicated user input, and escape from callback hell.