Otter@lemmy.ca to Programming@programming.devEnglish · 1 year agoAmber - the programming language compiled to Bashamber-lang.comexternal-linkmessage-square22linkfedilinkarrow-up199arrow-down19cross-posted to: hackernews@lemmy.smeargle.fansprogramming@programming.dev
arrow-up190arrow-down1external-linkAmber - the programming language compiled to Bashamber-lang.comOtter@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square22linkfedilinkcross-posted to: hackernews@lemmy.smeargle.fansprogramming@programming.dev
minus-squareThe Bard in Green@lemmy.starlightkel.xyzlinkfedilinkEnglisharrow-up4·1 year agoSo if you’re already pretty good at bash would you bother to switch and learn this?
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up30·1 year agoNever 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.
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.