Fundamental computing machines implemented in Clojure.
Turing Machines can be found in the
automata.turing
namespace.
Deterministic and Non-deterministic Finite Automata
can be found in the automata.finite
namespace.
== Work in progress ==
Created with inspiration from Understanding Computation, which builds automata in Ruby.