Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 652 Bytes

CLJ Automata

A simple visualization tool for elementary cellular automata. Mostly intended to help others learn clojure.

The source code is heavily annotated, see: clj-automata/core.clj for the full docs.

Usage

lein run RULE_NUMBER

Here's are some examples:

lein run 22

Rule 22

lein run 110

Rule 110

License

Copyright (C) 2012 Andrew Cholakian

Distributed under the Eclipse Public License, the same as Clojure.