Now available: Golo 0-preview2
We are pleased to announce the second preview release of Golo!
As you can expect, this release contains many bug fixes since we first made Golo available as an opensource project.
The notable language changes are the following:
- the
augment
keyword replacespimp
, - we introduced
continue
andbreak
statements, null
-safe method invocations are now possible using the Elvis symbol ‘?:
’,- the
orIfNull
operator gives a default value when an expression evaluates tonull
.
Now is your turn, so please go ahead and: