Simple implementation of elementary cellular automaton in Haskell.
The project can be built with nix.
Install with:
$ nix profile install
Build with:
$ nix build
The binary is then created in ./result/bin/wolfram
Hack with:
$ nix develop
You 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.