Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

To find neighbours

Name: Anonymous 2011-04-12 10:28

Lets suppose that we have an array which looks like this:


#(#(O O O O)
  #(O O X O)
  #(O O O O))


How would I go about to find the neighbours of 'X
without using loads of if-else ?

Name: Anonymous 2011-04-13 18:18

>>27
In Scheme, parenthesis and rectangular brackets are exchangeable. Racketeers in particular prefer to use the latter in certain positions to enhance readability. Particularly in expressions like let where you would otherwise end up with a salad of parenthesis when nesting them.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List