busy

  • @1984
    link
    English
    121 month ago

    Lots of programming actually. Rewrote a thing from scratch and now it’s so much better. Feels good. :)

    • @Dymonika@beehaw.org
      link
      fedilink
      English
      3
      edit-2
      1 month ago

      What language? I recently restructured a URL tracker-purging script in AutoHotkey; trying to use arrays more!

      • @1984
        link
        English
        51 month ago

        This may surprise you, but in Lua!

        I used to be a big user of neovim and heavily into plugins and messing with my configs, and lua is the language built into neovim for doing things like that.

        One of my neovim plugins had annoying bugs due to evolving to support more and more features, and it was time for a rewrite to make it all clean again.