02 Jul 24
Conway’s game of life in APL
by eli
1 year ago
04 Aug 23
This version of John Conway’s cellular automaton takes a boolean matrix argumentrepresenting a population of “creatures” and returns a boolean matrix of thesucceeding generation. Each cell in the matrix may be occupied by a creature(1) or be empty (0).
by eli
2 years ago