Topic
Conway's Game of Life: Programming in a non-language
By:
Date: May 14, 2015, 7 p.m.
The Game of Life is Turing Complete. That means it can (theoretically) calculate anything that any computer can calculate. What does this mean in practice and how can you program a calculation when the total syntax is just flipping cells in a 2D bit field?