Skip to content

Instantly share code, notes, and snippets.

@marick
Created June 11, 2010 19:00
Show Gist options
  • Save marick/434900 to your computer and use it in GitHub Desktop.
Save marick/434900 to your computer and use it in GitHub Desktop.
(defn tick [bordered-world]
(against-background [world bordered-world]
(map successor bordered-world))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment