Fork me on GitHub
#clojure-uk
<
2016-04-11
>
otfrom08:04:08

yogidevbear: how goes the learning?

yogidevbear08:04:13

Morning. otfrom: feeling excited to learn some more. Think I'll need to revisit chapter 3 a few more times though. Lots to take in. For example, I can't remember the use cases for let

yogidevbear08:04:15

For the most part though everything makes a lot of sense so hopefully I'll be slightly proficient in the not too distant future

mccraigmccraig08:04:39

@yogidevbear: are there use-cases for let other than to bind a variable ?

yogidevbear09:04:57

well that could be the only use case that I couldn't remember 😉

yogidevbear09:04:15

Like I said, lots to absorb in that chapter

yogidevbear09:04:48

I'm hoping it's only a few small things that I'll need a refresher for

glenjamin09:04:00

are you coming to clojure from another language?

yogidevbear09:04:27

Yes. I originally studied Java, then worked for 18 months for a .NET company and then took a job where I had to learn ColdFusion (cfml) and have been working mostly in ColdFusion since (about 7 or 8 years now I think)

otfrom09:04:04

yogidevbear: seancorfield has done a lot of cfml stuff. He might have some things to show they way they moved from cfml to clojure for a lot of things on his blog

otfrom09:04:13

a lot of us here have/are using java

glenjamin09:04:25

then (let [x 1] …) is approximately equivalent to doing auto x = 1; inside a function in C#

glenjamin09:04:39

i don’t know the equivalent in cfml

yogidevbear09:04:01

Yeah, I follow Sean quite closely

yogidevbear09:04:25

I use his cfml framework (fw/1) which he's porting to clj now too