Lot's of things made it into this release -- the amount of issues worked on is exceptional and allows us to deliver .
Notable features that made it in this release:
- 1-command installer
<=>
operator- compound operators (
+=
,-=
, ...) - array destructuring (
[x, y] = ["hello", "world"]
)
...and many other things. This release, for example, adds support for <=
and >=
as well, though basic language features won't be highlighted on these release notes; the best place is the documentation which won't take more than 10 minutes of your time.
Try ABS out with a simple:
sh <(curl https://www.abs-lang.org/installer.sh)
Cheers!