Im making a snake clone and was wondering what is the better way to manipulate state. - let the functions manipulate the state directly - pass the state in as paramaters
@shidima there was a presentation at clojureX about a snake clone, you may want to have a look at how @gaivile did it https://github.com/Gaivile/snake