|
|
|
|
|
by sltkr
208 days ago
|
|
Fun fact about Game of Life is that the leading algorithm, HashLife[1], uses immutable data structures. It's quite well suited to functional languages, and was in fact originally implemented in Lisp by Bill Gosper. 1. https://en.wikipedia.org/wiki/Hashlife |
|