Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 280 Bytes

MSGameOfLife

Conway's Game of Life without if statements and for loops

In this programming experiment I tried to dogmatically avoid ifs and for loops, to force myself to think more declaratively and explore alternative solutions to common problems. Idea comes from Graham Lee.