For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

  • konidia
    link
    fedilink
    16
    edit-2
    2 months ago

    Common Lisp. It would take a long while before I’m comfortable working on a project using that language. There’s also Lem editor but setting it up is a pain on NixOS.

    • @gramgan@lemmy.mlOP
      link
      fedilink
      12 months ago

      That’s my first time hearing of Lem—it looks fantastic. What’s the issue with it on NixOS?

      • konidia
        link
        fedilink
        02 months ago
        • There is no lem package on NixOS.
        • Common lisp related packages tend to be outdated
        • NixOS violates FHS to allow each packages to build against specific versions of dependencies, so CL tools might not work as expected.