User:Siskus/Conway's Game of Life/Scala: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1:
<nowiki>{{collection|Conway's Game of Life}}
{{works with|Scala|2.10}}</nowiki>
A Conway "board" has infinite dimensions -- in fact, Conway's Game of Life is Turing complete -- so
the algorithm below avoids using fixed-size structures such as arrays. Instead, each generation is
Anonymous user