Content deleted Content added
→Features: fixed mistake, eager languages do call by value not call by name |
Kimadactyl (talk | contribs) m →Features: typo |
||
Line 25:
== Features ==
Elm has a small set of language constructs, including traditional if-expressions, let-expressions for local state, and case-expressions for [[pattern matching]].<ref name="syntax">{{cite web|url=http://elm-lang.org/learn/Syntax.elm|title=syntax|website=elm-lang.org|access-date=2013-05-31|archive-url=https://web.archive.org/web/20160313052210/http://elm-lang.org/learn/syntax.elm|archive-date=2016-03-13|url-status=dead}}</ref> As a functional language, it supports [[anonymous function]]s, functions as
=== Immutability ===
|