Aaron Feng on 5 Feb 2010 11:02:52 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Game of life


Sebastian mentioned in the previous thread about code retreat.  Here's
my implementation in Clojure:
http://github.com/aaronfeng/game-of-life/blob/master/life.clj

I think it's a pretty interesting implementation.  Feedback are welcomed.

Aaron