cljfx

https://github.com/cljfx/cljfx
Chris K 2020-10-03T08:04:49.089200Z

What is the best way to learn cljfx?

Chris K 2020-10-03T08:04:52.089400Z

Just starting out

vlaaad 2020-10-03T08:13:52.089500Z

Read readme, run examples, hack on the examples

Chris K 2020-10-03T08:26:37.089700Z

the github ones?

vlaaad 2020-10-03T08:56:24.089800Z

Yes

Chris K 2020-10-03T09:11:18.090Z

thanks 😄

Chris K 2020-10-03T13:12:14.090900Z

@vlaaad Do you know any starting out vid or like an article? cause I'm pretty new to the jvm and clj so can't even really launch the minimal example

vlaaad 2020-10-03T13:52:16.091Z

Hmm, I would suggest asking around in #beginners

vlaaad 2020-10-03T13:53:03.091100Z

I started learning clojure by going through https://www.braveclojure.com/

vlaaad 2020-10-03T14:03:25.091300Z

Things to learn before diving into cljfx is main idioms (e.g. immutability, collection processing), development approach (repl), adding dependences (tools deps)