Skip to content

Instantly share code, notes, and snippets.

@marick
Created June 15, 2010 18:41
Show Gist options
  • Save marick/439495 to your computer and use it in GitHub Desktop.
Save marick/439495 to your computer and use it in GitHub Desktop.
(know "that neighbors are constructed from coordinates alone"
(neighbors (cell-at 3 88) => (have-coordinates
[2 89] [3 89] [4 89]
[2 88] [4 88]
[2 87] [3 87] [4 87])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment