Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 817 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 817 Bytes

Wolfram

CI

Simple implementation of elementary cellular automaton in Haskell.

demo

Hacking

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.