โฒ 204 โผ Amber - the programming language compiled to Bash (amber-lang.com) submitted 2 years ago by syd@lemy.lol to c/programming@programming.dev 92 comments fedilink hide all child comments New favorite tool ๐
[โ] Leate_Wonceslace@lemmy.dbzer0.com 6 points 2 years ago (2 children) I'm a mathematician with very limited programming experience. Can someone explain the significance of this? permalink fedilink source hideshow 4 child comments replies: [โ] Tyfon@programming.dev 15 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [โ] Leate_Wonceslace@lemmy.dbzer0.com 4 points 2 years ago Thank you, I think I understand now. ๐ permalink fedilink source parent [โ] choroalp@programming.dev 12 points 2 years ago Basically dealing with abandoned-by-god syntax and limitations of bash. You can abstract them away! permalink fedilink source parent
[โ] Tyfon@programming.dev 15 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [โ] Leate_Wonceslace@lemmy.dbzer0.com 4 points 2 years ago Thank you, I think I understand now. ๐ permalink fedilink source parent
[โ] Leate_Wonceslace@lemmy.dbzer0.com 4 points 2 years ago Thank you, I think I understand now. ๐ permalink fedilink source parent
[โ] choroalp@programming.dev 12 points 2 years ago Basically dealing with abandoned-by-god syntax and limitations of bash. You can abstract them away! permalink fedilink source parent