Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 616 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 616 Bytes

Chemotaxis simulation in ClojureScript

This is a simple simulation of bacteria exploring the environment by moving towards higher concentration of food (chemotaxis).

It is based on ants colony simulation written in Clojure by Rich Hickey and then ported to ClojureScript by Julian Gamble.

Demo

The relevant blog post: https://replomancer.github.io/Chemotaxis