github abs-lang/abs 1.3.0
v1.3.0

latest releases: 2.6.0, 2.5.2, 2.5.1...
5 years ago

A very selective release, 1.3.0 brings a few enhancements to ABS!

New features

  • background commands can not be killed with the built-in kill function: `sleep 10`.kill() (#205)
  • for .. else: you can now add an else condition to your for loops that will be executed if the iterable is empty (#200)
  • ABS can now run interactive programs (such as vim) with the new built-in function exec(...) (#210)

Misc

  • ABS' is now compiled with Go 1.12 -- we don't like to miss the train! (#204)

Credits

Loads of 👏 and 🤗 to @mingwho and @ntwrick who put on most of the work for this new release of ABS!

On to the next one!

Don't miss a new abs release

NewReleases is sending notifications on new releases.