Fork me on GitHub
#cljfx
<
2020-10-03
>
Chris K08:10:49

What is the best way to learn cljfx?

Chris K08:10:52

Just starting out

vlaaad08:10:52

Read readme, run examples, hack on the examples

Chris K08:10:37

the github ones?

Chris K09:10:18

thanks 😄

Chris K13:10:14

@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

vlaaad13:10:16

Hmm, I would suggest asking around in #beginners

vlaaad13:10:03

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

vlaaad14:10:25

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