Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 217 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 217 Bytes

Functions only game of life.

A simple game of life example that takes a list of living cells as ( x y ) pars and returns the next generation.

Implemented using only lambdas (and named functions for readability).