Elixir (programming language): Difference between revisions

Content deleted Content added
Josevalim (talk | contribs)
mNo edit summary
Josevalim (talk | contribs)
mNo edit summary
Line 31:
* First-class documentation
* [[Shared nothing architecture|Shared-nothing concurrent programming]] via message passing ([[Actor model]])
* Emphasis on [[recursion (computer science)|recursion]] and [[higher-order function]]s instead of [[side-effect (computer science)|side-effect]]-based [[loop (computing)|looping]].
* Everything is an expression
* Lazy and async collections with streams