/cellular-automata

Clojure implementations of some Cellular Automata

Primary LanguageClojure

What it is

Clojure implementations of some Cellular Automata, specifically Brians Brain and Conway’s Game of Life.

How to use it

To start it in your REPL:

> (use 'cellular-automata)
> (start-world)

To stop it:

> (stop-world)

Follow ups

Inspiration

This work was originally inspired by Lau Jensen’s blog post Brians Functional Brian.

Author

Stefan Hübner, Twitter: @sthuebner