Simple implementation of elementary cellular automaton in Haskell.
The project can be built with nix.
Install with:
$ nix profile installBuild with:
$ nix buildThe binary is then created in ./result/bin/wolfram
Hack with:
$ nix developYou will be dropped in a shell with all the needed tools in scope: cabal to build the project and haskell-language-server for a better developer experience.
