Elm
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|elm}} }} '''Elm''' is a programming language of the functional variety, designed to be runna...") |
Latest revision as of 01:16, 25 May 2016
Elm is a programming language of the functional variety, designed to be runnable within a web browser and able to interoperate with JavaScript. Its error messages are specially designed to be more useful than the typical errors produced by programming languages, and all errors are compile-time; it's designed to make run-time errors impossible.