Fork me on GitHub
#beginners
<
2016-01-07
>
polymeris21:01:31

Hi. Is there a reactive UI library for clojure?

polymeris21:01:47

Native/non-web, I mean

polymeris21:01:54

I see seesaw has a widget bindings thing that could do the job... but is there an alternative that is designed with one-way reactive data bindings in mind?

Tim22:01:18

there is if-let

akiva23:01:52

I’d rather see (let [x (-> (get-x my-data) convert-x call-http-api)]….

hoopes23:01:48

cool, i’ll check them out, thanks!