chemical-computing
chemical-computing copied to clipboard
Explorations in chemical computing with Clojure
Chemical Computing
Please visit the lovely documentation site with lots of explanations and demos.
Experiments and explorations in Abstract Chemical Programming based on the works of:
- Chemical Computing - by Peter Dittrich
- Higher-Order Chemical Programming Style by J. -P. Banâtre, P. Fradet, Y. Radenac
- Principles of Chemical Programming by Jean-Pierre Banˆatre, Pascal Fradet and Yann Radenac
- Programming Self-Organizing Systems with the Higher-Order Chemical Language by JEAN-PIERRE BANATRE, PASCAL FRADET, YANN RADENAC
Running the examples
The examples are all in ClojureScript and using Figwheel. The directories are organized as follows:
- gamma
- higher-order
- dining-philosophers
- mail-system
You need to cd into the directory and the run lein figwheel
to get started. A port will open up for you so that you can open a web page at localhost:3449
.
Experiment Demos Links
Here is a link of all the experiment demos