Well, the site won't load for me, but so long as we're on the topic of clojure newbie stuff, I just put together a simple project on github to demonstrate lazy-evaluation for those new to clojure by visualizing elementary cellular automata. I tried to annotate the source quite heavily to make it clear what's going on.<p>It can be found here: <a href="https://github.com/andrewvc/clj-automata" rel="nofollow">https://github.com/andrewvc/clj-automata</a>