Thanks for the great feedback.
Michael
Am 19.04.2009 11:33 Uhr, schrieb Timothy Pratley:
> Hi Michael,
>
> Larry recently posted something similar
> http://groups.google.com/group/clojure/browse_thread/thread/773e628953b40d9f
> Which generated also quite a lot of discussion which you might also
Hi Michael,
Larry recently posted something similar
http://groups.google.com/group/clojure/browse_thread/thread/773e628953b40d9f
Which generated also quite a lot of discussion which you might also be
interested in.
> (def matrix #{[-1 -1] [-1 0] [-1 1] [0 -1] [0 0] [0 1] [1 -1] [1 0] [1 1]})
> (
As I'm currently trying to learn clojure I wrote a game of life to get a
feeling for the concepts.
It would be great if some of you could point out areas for improvement or
unused idioms or patterns.
Thanks alot
Michael
here is the code:
(ns gol)
(comment "a board only contains the coordinate