braveandtrue

https://www.braveclojure.com/
2016-02-15T18:45:06.000002Z

Hey, everyone.

nonrecursive 2016-02-15T21:07:21.000005Z

hey thanks for making this!

nonrecursive 2016-02-15T21:07:42.000006Z

now I will lurk here like a creeping creeper

Josh Horwitz 2016-02-15T21:20:53.000007Z

so will I!

nonrecursive 2016-02-15T21:21:38.000008Z

lurkers unite!

nonrecursive 2016-02-15T21:21:58.000009Z

btw Iโ€™m working on some new content and hope to release it in the next couple months or so

nonrecursive 2016-02-15T21:22:04.000010Z

a guide to parallel programming and reducers

๐Ÿ‘ 1
2016-02-15T21:36:47.000011Z

Yeah... I feel bad making this channel and then lurking

2016-02-15T21:36:57.000012Z

And also I'm not the author ๐Ÿ˜‰

2016-02-15T21:37:05.000013Z

thanks, @nonrecursive. you're awesome

Josh Horwitz 2016-02-15T21:38:02.000014Z

I have your book and you are awesome, wish I was better at learning Clojure!

nonrecursive 2016-02-15T21:38:17.000015Z

psh no need to feel bad about anything

nonrecursive 2016-02-15T21:38:30.000016Z

you guys are awesome geeze :simple_smile:

2016-02-15T21:38:37.000017Z

why are you not better, @joshua.d.horwitz ?

2016-02-15T21:38:58.000018Z

and what does kanye think of it?

Josh Horwitz 2016-02-15T21:39:03.000019Z

Just having a tough time grasping Clojure and the functional way

Josh Horwitz 2016-02-15T21:39:11.000020Z

Kanye thinks Kanye is the best Clojure developer

nonrecursive 2016-02-15T21:40:02.000021Z

haha

nonrecursive 2016-02-15T21:40:09.000022Z

whatโ€™s your background? are you coming from an OO language?

Josh Horwitz 2016-02-15T21:43:37.000023Z

Yes

Josh Horwitz 2016-02-15T21:43:39.000024Z

Java developer

Josh Horwitz 2016-02-15T21:43:52.000025Z

๐Ÿ˜ข

2016-02-15T21:44:07.000026Z

out of curiosity, have you tackled scala?

nonrecursive 2016-02-15T21:45:05.000027Z

coolโ€ฆ yeah itโ€™s definitely a big mindset shift. this blog post might help http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html

๐Ÿ• 1
Josh Horwitz 2016-02-15T21:45:42.000028Z

I have not done scala

Josh Horwitz 2016-02-15T21:45:45.000029Z

Should I start there?

2016-02-15T21:47:17.000030Z

no. lol

2016-02-15T21:47:41.000031Z

it just has a slightly more-C-like/less-Lisp-like syntax, but it's crazy hard to wrap your head around (IMHO)

2016-02-15T21:47:51.000032Z

it tries to unite object and functional

nonrecursive 2016-02-15T21:49:30.000033Z

i think this talk by rich hickey helped me make the OOP transition http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey

๐Ÿ‘ 1
Josh Horwitz 2016-02-15T21:52:25.000035Z

I listened to that talk once and I really enjoyed itI

nonrecursive 2016-02-15T21:53:46.000036Z

:simple_smile:

nonrecursive 2016-02-15T21:54:35.000037Z

have you tried maybe making a small, simple app, or doing the 4clojure exercises? (just trying to get a gauge of what might be useful)

Josh Horwitz 2016-02-15T22:09:53.000038Z

Ive done a few 4clojure exercises

Josh Horwitz 2016-02-15T22:09:57.000039Z

15-20

Josh Horwitz 2016-02-15T22:10:06.000040Z

I get stuck quite easily unfortunately

2016-02-15T22:30:17.000042Z

The 4clojure guy's a cool dude