90
Amber - the programming language compiled to Bash
(amber-lang.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I think it's to make it easier to write bash scripts, for those who are new or when the script is doing a more critical task
Ok, I guess that makes sense. Bash is a pretty old school language for those raised in the functional programming era
So if you're already pretty good at bash would you bother to switch and learn this?
Never heard of this language, but you'd be surprised how hard it is to write a correct and portable shell script.
Personally, I'd break out python once the script gets larger than a few lines, or rust if I want something more proper.