this post was submitted on 21 May 2024
203 points (96.3% liked)

Programming

16240 readers
288 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

New favorite tool ๐Ÿ˜

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Leate_Wonceslace@lemmy.dbzer0.com 6 points 1 month ago (2 children)

I'm a mathematician with very limited programming experience. Can someone explain the significance of this?

[โ€“] Tyfon@programming.dev 15 points 1 month ago (1 children)

Bash is one of the most used shell language, it's installed on almost all Linux and Mac systems and can also be used on windows. Almost no one likes writing it as it is convoluted and really really hard to read and write. There are many replacement language's for it, but using them is troublesome, because of incompatibilities. Amber is compiled which will solve problems with compatibility and it seems that language itself is very readable. On top of that it has most futures that modern programmers need.

Thank you, I think I understand now. ๐Ÿ™‚

[โ€“] choroalp@programming.dev 12 points 1 month ago

Basically dealing with abandoned-by-god syntax and limitations of bash. You can abstract them away!