This post originated from an RSS feed registered with Java Buzz
by Surya Suravarapu.
Original Post: Scala: Game of Life
Feed Title: Surya Suravarapu's Blog
Feed URL: http://feeds2.feedburner.com/SuryaSuravarapusBlog
Feed Description: Ramblings about Software Development
I'm trying to write as many small programs as possible on my way to learn Scala. Along the lines, Dhananjay Nene suggested that Conway's Game of Life is a good one to implement. So here is an implementation, feel free to critique.
I tried to write it in a more functional way but you would surely [...]