cljfx 2020-10-03

What is the best way to learn cljfx?

Just starting out

Read readme, run examples, hack on the examples

the github ones?

thanks 😄

@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

Hmm, I would suggest asking around in #beginners

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

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