An open API service indexing awesome lists of open source software.

https://github.com/innovativeinventor/golhs

Arbitrary cellular automata, in Haskell. Featuring the Game of Life and some cool recursion
https://github.com/innovativeinventor/golhs

haskell

Last synced: 15 days ago
JSON representation

Arbitrary cellular automata, in Haskell. Featuring the Game of Life and some cool recursion

Awesome Lists containing this project

README

          

## golhs
A primitive, monadic, recursive implementation of cellular automata, in Haskell. Currently only a 9x9 grid is implemented.