(
(
(
Racket
)
)
)
Need Help?
About
Download
Documentation
PLaneT
Community
Learning
[racket] Challenge: Game of life in 140 chars
From:
Gary Baumgartner
(
gfb at cs.toronto.edu
)
Date:
Fri Feb 17 21:31:04 EST 2012
Previous message:
[racket] Scala macros
Next message:
[racket] static variables question
Messages sorted by:
[date]
[thread]
[subject]
[author]
Depending on taste, the live/die rule: (if (<= n 3 (+ n C)) 1 0) (if (<= 0 (- 3 n) C) 1 0)
Posted on the
users mailing list
.
Previous message:
[racket] Scala macros
Next message:
[racket] static variables question
Messages sorted by:
[date]
[thread]
[subject]
[author]