Dan Mead on 29 Mar 2010 19:42:55 -0700 |
I wrote a viewer for the game of life http://www.youtube.com/user/stubert311?feature=mhw4 should I package this? it takes text files generated by a game of life written in your favorite language and shows it with some nice graphics -Dan On Feb 8, 10:46 am, Sean Devlin <francoisdev...@gmail.com> wrote: > Found this on Reddit today. Don't read if you aren't ready to > cheat :) > > http://www.solussd.com/2009/11/a-clojure-highlife/ > > On Feb 7, 11:48 pm, Aaron Feng <aaron.f...@gmail.com> wrote: > > > Hi Sean, > > > > 1. Is laziness breaking your call do take? Do you need to wrap it in > > > a doall? > > > I don't think that's the problem, I tried doall. It didn't make any > > difference. The output seems to be different when I do > > (take 5 (iterate run board)) vs (run (run (run (run board)))) > > > > 2. After I slept on it, I came to prefer the agent approach to the > > > iterate. The iterate is good for prototyping, but the agent will be > > > better for production because of this exact list issue you're seeing. > > > True, I'll eventually make an agent version too. > > > Thanks, > > > Aaron > > To unsubscribe from this group, send email to philly-lambda+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
|
|