Thx for stopping by! would be great if you could provide bit more details of what platforms are supported (eg does it run on any of the BSDs, Windows, more esoteric OSs?)
having a full-featured cross OS scripting, that also hides OS-specific and distro-specific differences, where possible -- would be very useful.
Since you had written in Go, perhaps long term those cross-OS capabilities, were part of your aspirations
3 comments
[ 0.30 ms ] story [ 12.5 ms ] threadThis is something I've put together to see how scripting with an elegant language and easy bash commands would look like.
Happy to hear your feedback, both positive and negative!
having a full-featured cross OS scripting, that also hides OS-specific and distro-specific differences, where possible -- would be very useful.
Since you had written in Go, perhaps long term those cross-OS capabilities, were part of your aspirations
https://www.abs-lang.org/misc/technical-details
Currently, there are binaries for a few different platforms:
https://github.com/abs-lang/abs/releases
Interestingly enough, the releases are built with an ABS script:
https://github.com/abs-lang/abs/blob/master/scripts/release....
:)