Also check out Kyle Kingsbury's Clojure from the ground up: http://aphyr.com/posts/301-clojure-from-the-ground-up-welcome
A lot of things in Clojure gets much easier when one understands a bit of java. Not how to write a for loop, but rather how to use various classes. I recommend the Oracle Java tutorials. They are really good, given Java's verbosity. http://docs.oracle.com/javase/tutorial/ Also, do take the opportunity to really solve some problems, 4clojure is great! https://www.4clojure.com/ I have had trendemous help from clojuredocs.org and the many examples there. There are several great books as well: Programming Clojure and Clojure Programming are good for starters. Joy of Clojure is a bit more advanced. Welcome to the fun! /Linus On Tuesday, June 3, 2014, Gary Trakhman <[email protected]> wrote: > Check out the 'online resources' section: > http://clojure.org/getting_started > > > On Mon, Jun 2, 2014 at 5:36 PM, <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> All, >> If this is the right Clojure group for a newbie, I would like to ask >> for the best online resources to begin with. I am new to programming, >> having recently switched from a non technical field. >> I have started looking at http://www.braveclojure.com/, but any pointers >> would be useful, especially cookbook styled ones. >> Abha >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> <javascript:_e(%7B%7D,'cvml','clojure%[email protected]');> >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <javascript:_e(%7B%7D,'cvml','clojure%[email protected]');>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > <javascript:_e(%7B%7D,'cvml','clojure%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','clojure%[email protected]');>. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
