Simple implementation of Conway's Game of Life with some predefined objects.
There's one implementation in Python and another one in Scala. The Python one uses classic imperative style programming while the Scala implementation uses the Store comonad and local computations.
MIT