Skip to content

DavidHarrison/ComonadLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comonad Life

Comonadic Implementation of Conway's Game of Life

Generates .gif animations with runhaskell Life.hs <width> <height> <number_of_generations> <outfile.gif>.

The program iterates over a two dimensional grid zipper, applying an individual cell update rule with a cobind/extend.

About

Haskell Implementation of Conway's Game of Life using comonad's (based on https://speakerdeck.com/dmoverton/comonads-in-haskell)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published