New favorite tool 😍

  • @[email protected]
    link
    fedilink
    English
    54 months ago

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

    • @[email protected]
      link
      fedilink
      144 months ago

      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.

    • @[email protected]
      link
      fedilink
      114 months ago

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