This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-28
Channels
- # aws (3)
- # beginners (14)
- # boot (222)
- # cider (9)
- # cljs-dev (14)
- # clojure (107)
- # clojure-chicago (1)
- # clojure-dev (31)
- # clojure-nl (1)
- # clojure-poland (3)
- # clojure-russia (44)
- # clojure-sg (13)
- # clojure-za (3)
- # clojurescript (81)
- # core-async (5)
- # core-logic (4)
- # cursive (3)
- # data-science (3)
- # datomic (13)
- # events (7)
- # ldnclj (6)
- # leiningen (1)
- # off-topic (4)
- # om (298)
- # re-frame (13)
- # ring-swagger (7)
- # yada (12)
Any Clojure progression advice from beginner to guru? 😛 There are various StackOverflow questions and answers for other languages so I thought I would pose this question here.
just remember, there is no spoon
Master paredit, or your editor’s equivalent
seriously though, I think the basic parts of Clojure that you learn in the first 6 months are what you actually should mostly use. model your problem with immutable data. make pure functions that manipulate that data. use state sparingly (and minimize the number of functions that know about it). etc.
I wrote down most of the advice I have in this area in Clojure Applied, so you should probably pick up a copy.
Or 10. They make great Christmas gifts.
also on top of that eric normand just started a mentorship program for that purpose from dabbler to professional: http://www.purelyfunctional.tv
@alexmiller: awesome interview on cognicast about your book i plan to pick up a copy when i get a bit further
I really like Clojure Applied. My only regret was only buying the ebook and not a physical copy to go along with it.
they are available :)
we will be updating the ebook periodically based on bugs that have been reported. not sure yet at what frequency that will occur.