(no title)
drikerf | 1 year ago
Clojure datastructures makes this so much more enjoyable. Everything is just basic lists and maps which makes it very flexible and powerful.
[:ul [:li "task 1"] [:li "task 2"]]
It's weird that it's not more common for making web apps.
edflsafoiewq|1 year ago
There's also variants like h.ul(h.li("task 1"), h.li("task 2")) using Proxies now too.
globular-toast|1 year ago
Trouble is if you're used to HTML it can take a while to get used to it. It's like a learned helplessness or something.