Skip to content

sthuebner/cellular-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clojure implementations of some Cellular Automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published