Dune is a shell designed for powerful scripting. Think of it as an unholy combination of bash and Lisp.

You can do all the normal shell operations like piping, file redirection, and running programs. But, you also have access to a standard library and functional programming abstractions for various programming and sysadmin tasks!

screenshot

  • cosmicbytes@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    14 hours ago

    This sounds very similar to “rash” which is based on racket

    The name conflicts with the build tool used for ocaml, which is also called dune.

    • Feyd@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      14 hours ago

      Kitty is the terminal emulator, the program that provides an interface. The shell you are using if you haven’t changed anything is probably bash. So you would use duneshell instead of bash, but still in kitty

    • Daeraxa@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      20 hours ago

      But Kitty is ‘just’ the emulator right? It doesn’t have a shell by itself.

      • Sanctus@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        20 hours ago

        Yeah it is just my terminal emulator and this is specifically a bash+lisp shell. That wouldnt prevent me from attempting to use it the same on my first try like the special boi I am.

        • Daeraxa@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          18 hours ago

          So you can keep Kitty, just swap the shell you have it start by default (probably not a good idea to swap to this system-wide)

          • Sanctus@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            17 hours ago

            I know just enough about Linux (arch BTW) to get myself in trouble so idk if that would be a good idea.