Skip to content

Instantly share code, notes, and snippets.

@marick
Created June 15, 2010 18:10
Show Gist options
  • Save marick/439448 to your computer and use it in GitHub Desktop.
Save marick/439448 to your computer and use it in GitHub Desktop.
(defn living-neighbor-count [cell]
(count (filter living? (neighbors cell)))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment