AgentElement / alchemy-reimplemented

A reimplementation of Walter Fontana's Algorithmic Chemistry (AlChemy)
GNU General Public License v3.0
1 stars 1 forks source link

A reimplementation of Walter Fontana's Alchemy. Pipe lambda expressions into stdin to start a default simulation.

Usage:

alchemy

Build:

cargo build

Testing:

cargo run -- {args}

With the binary tree generators from the lambda-btree crate, you can run a simple alchemy simulation with the following command.

python /path/to/src/fontana_generator.py | cargo run -- {args}

Documentation:

The documentation for the configuration file is in the Config object.