Fork me on GitHub
#humbleui
<
2022-11-03
>
lilactown16:11:28

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 😄

partyparrot 9
❤️ 4
lilactown16:11:57

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

👍 1
lilactown16:11:24

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

Niki17:11:24

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

Niki17:11:07

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

Niki17:11:22

Takes some time to get it right, though

Niki17:11:34

But that’s true for any clojure app

lilactown18:11:13

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