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.


Reply via email to