In short, Amber is a programming language with Rust like syntax that compiles down to bash. More details here: https://amber-lang.com/
On the surface, it seems nice. Cleaner syntax, types, compile-time safety checks, etc. So you get to write in something nicer than bash but get the portability of bash.
My wonder is if there are pitfalls that make it worse than instead writing it in something like Python or even bash itself. I’d guess the generated bash code probably isn’t the prettiest to look at or debug.


Bash syntax sucks but imo rust syntax is 50 times worse. Interesting idea though.
What do you dislike about Rust’s syntax?
I just didn’t like it. I did a tutorial years ago and it all felt unnatural and hard to read/write.
Fair enough, I guess. I too find the syntax of some languages to be a bit unergonomic. Though, I could probably get used to them, given enough time.
I was just a bit curious, as Rust’s syntax is not nearly as exotic compared to its signature features.