|
|
|
|
|
by Tunabrain
3695 days ago
|
|
Doesn't Turing completeness require the ability to modify an arbitrary amount of memory? (because the length of the tape on a Turing machine is unbounded). However, if I understood correctly, the size of the Game of Life grid is fixed in the Makefile and cannot be extended arbitrarily at runtime, making it not Turing complete (cool nonetheless!). Although, maybe a Makefile that generates a Makefile with an arbitrary number of cells...? |
|