Content deleted Content added
mNo edit summary |
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
|