I was referring the cheasheet and I did not get the actual use of var and when to use it, Can anyone help me in this
@popeyepwr are you saying you're trying to use the var
function, or that you don't understand what a var is?
@slgeorge did not understood var
@popeyepwr So far I haven't needed to understand much about symbols/vars. What I understand is that a 'symbol' is the name I give to a "variable" (using def). In Clojure speak I'm actually "binding" a symbol to a memory location which is what a Var is. So technically a Var cannot change (it is immutable). We can actually re-bind a Symbol to a different Var - so when playing in the repl I do this - but generally you should not. Here's where I got this from: http://www.creativeapplications.net/tutorials/introduction-to-clojure-part-1/#sec6
clojure.lang.Var
is in fact a reference type (it is not immutable, the root binding can change and there can be separate thread-local bindings) https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Var.java#L20
Hey everyone! Earlier this week I talked about developing web apps using ClojureScript together with Reagent, Hiccup and re-frame at the Func Prog Sweden second 2021 meetup (online). π I hope you donβt mind me posting the video here. If you are a beginner (and/or new to developing web apps with Clojure), the talk might be helpful. Let me know what you think! I would be very happy receiving feedback from you: https://youtu.be/SVouy-Zd-_g
Thanks @slgeorge for your inputs
Hi all, please suggest a good tutorial for learning Clojure (preferable on Udemy)
@cjpangilinan - Iβll check that one out. Thanks for the tip! Iβd not seen that one before.
haha but looks like part 2 never happened
Lots of links here: https://gist.github.com/yogthos/be323be0361c589570a6da4ccc85f58f
Hi @vnazaryan - Just my opinion, but I did not find the Udemy courses about Clojure were very good. There was once a pretty good course on http://Lynda.com but it went away. π
I guess the Udemy courses were worth the $10 I spent on sale. :-D
@scotto thanks
@david043 #news-and-articles is also a good place to post these videos
Thank you, Iβll do that!
I found a course in Udemy by https://www.udemy.com/user/catalinstefan2/
Course #: 14594952