Holy smokes, please ignore the previous email on this thread. You most
certainly do not need to read SICP (the MIT course mentioned), and in
my experience, being inculcated with Scheme will make your Clojure
code look insane, as idiomatic Clojure (insomuch as there is such a
thing) doesn't have functions nested with a butt-load of anonymous
functions.

http://clojure-doc.org is great and you should go there first. Don't
freak out about your environment just yet. Use whatever you use now,
and if you're lucky enough to use Vim or Emacs, it'll work for the
future, too.

Clojure Programming is, in my opinion, the best book out there right
now for Clojure. Check it out if you get the chance.

Do not rush into refs, atoms, agents, or any of that stuff. Just right
some simple code, learn it, and then expand. I've been writing Clojure
code for about 15 or so months, with the last six being every day
professionally and I still have never created a protocol.

Good luck! Clojure is no harder than Python, C#, or whatever you come
from, and is totally rewarding. Learning it will be a pleasure.

Best,
Clinton


On Mon, May 6, 2013 at 6:11 AM, Catonano <caton...@gmail.com> wrote:
> 2013/5/4 nrel...@yahoo.com <nrel...@yahoo.com>
>>
>> Can anybody give me a link/websites of codes for BEGINNERS FOR CLOJURE?
>> thanks a lot...
>
>
> There are tons of resources on line.
>
> But in my experience, the famous MIT course  with Abelsson and Sussman is a
> must. It´s about Scheme, not Clojure, but it´s important anyway.
>
> There is also a course on youtube on Scheme by another professor, from
> Stanford. That can be important too.
>
> Then, you have to set up an enviroinment. That´s not a subtlety, it´s a main
> concern.
>
> As for that, I strongly suggest the Peepcode footage about Emacs and then
> live-emacs ( https://github.com/overtone/emacs-live )
>
> On my shameful github account I have a little watered down game life with a
> little visual layer made with Quilt. So you can see your bot filling square
> tiles according to your "strategy".
>
> It was an exercise from the lambda-next clojure training event. I´m not sure
> about its license but I don´t think the guys are gonna object ;-)
>
> It uses refs and can be a good first step in learning. The multithreading
> stuff is specific to Clojure on the Jvm, I think. It has no readme file but
> I could give you a couple of directions in order to have it up and running.
>
> That´s all comes to m mind at the moment ;-)
>
> Bye
> Catonano
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to