Skip to content

Random language facts

Maciej Górski edited this page Jan 7, 2016 · 2 revisions
  • nothing needs to have a name, UUIDs are used to identify stuff
  • there is no void, Unit or anything like this return type; whenever a method returns nothing, it returns 0 values
  • multiple return values are supported
  • there is no order of parameters or return values, or anything for that matter
  • there is only one conditional exprssion type (if/switch/match/when - this is all the same here)
  • there is only one numeric type, e.g. PI = 1686629713 / 536870912

Clone this wiki locally