Skip to content

Instantly share code, notes, and snippets.

@marick
Created June 15, 2010 18:06
Show Gist options
  • Save marick/439441 to your computer and use it in GitHub Desktop.
Save marick/439441 to your computer and use it in GitHub Desktop.
(know "how living neighbors are counted"
(living-neighbor-count ...center...) => 1
(provided
(neighbors ...center...) => [ ...living-cell... ...dead-cell... ]
(living? ...living-cell...) => true
(living? ...dead-cell...) => false)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment