Just a simple implementation of Conway's Game of Life written in Haskell
Install stack (if you're using nix just type nix-shell
)
Then:
$ stack build
$ stack exec gol-haskell-exe glider.json
Alive cells, matrix size and time delay between generations can be specified with a JSON file that can be inputted to the program.