Conway's Game of Life: Difference between revisions

No edit summary
Line 1,094:
 
=={{header|Mathematica}}==
Mathematica has Cellularcellular Automatonautomaton functionality built in, so implementing Conway's Game of Life is a one-liner:
<lang Mathematica>
CellularAutomaton[{224,{2,{{2,2,2},{2,1,2},{2,2,2}}},{1,1}}, startconfiguration, steps];
1,111

edits