New favorite tool 😍

  • Eager Eagle
    link
    English
    78 months ago

    with no support for associative arrays (dicts / hashmaps) or custom data structs this looks very limited to me

    • @[email protected]
      link
      fedilink
      38 months ago

      Does Bash support those? I think the idea is that it’s basically Bash, as if written by a sane person. So it supports the same features as Bash but without the army of footguns.

      • @[email protected]
        link
        fedilink
        58 months ago

        A language being compiled should be able to support higher-level language concepts than what the target supports natively. That’s how compiling works in the first place.

        • @[email protected]
          link
          fedilink
          28 months ago

          That depends on how readable you want the output to be. It’s already pretty bad on that front. If you start supporting arbitrary features it’s going to end up as a bytecode interpreter. Which would be pretty cool too tbf! Has anyone written a WASM runtime in bash? 😄

            • @[email protected]
              link
              fedilink
              18 months ago

              Yeah definitely! I wouldn’t hold your breath though. Especially as that’s pretty much an escape route from POSIX. I doubt they’d be too keen to lose power.

      • Eager Eagle
        link
        English
        3
        edit-2
        8 months ago

        it does, well at least associative arrays