humbleui

lilactown 2022-11-03T16:36:28.863459Z

I have to say, after getting a bit of boilerplate out of the way, HumbleUI is way nicer to develop than ClojureScript that I spend every day in 😄

❤️ 4
9
lilactown 2022-11-03T16:36:57.233059Z

I think I just vastly prefer the "eval-buffer" way of developing than reload-on-save

👍 1
lilactown 2022-11-03T16:37:24.611709Z

being able to make the window float above my editor at a all times also makes it so much easier to dev while on a laptop

Niki 2022-11-03T17:34:24.523389Z

That’s exactly why we have this function :) Because I needed to work on laptop as well

Niki 2022-11-03T17:35:07.657399Z

eval-buffer is great, but for humble-deck I set up proper tools.namespace reloading. Takes care of all the ns inter-dependencies for me. I love it too

Niki 2022-11-03T17:35:22.839299Z

Takes some time to get it right, though

Niki 2022-11-03T17:35:34.992299Z

But that’s true for any clojure app

lilactown 2022-11-03T18:29:13.978129Z

yeah, I copied that into my humble-starter project, but in practice I find that I've built up the tendency to eval a buffer after editing. I'm not working across many multiple namespaces rn, though