If Turing Machines are the automata equivalent of the $\lambda$ calculus, what is the automaton equivalent of the $\pi$ calculus? I suppose it would be some class of automata that resembled a Turing Machine, but with support for communication channels or signals of some type, but I'm not sure, and would appreciate some direction.
Asked
Active
Viewed 495 times
2 Answers
-1
The question doesnt make too much sense because the $\pi$-calculus was proven Turing complete, or in other words equivalent to a Turing machine ever since its inception by Milner in 1992. There is a reference on Wikipedia.
-1
Turing Machines are to the λ-calculus as Chemical Abstract Machines are to the π-calculus.
Basically, a Chemical Abstract Machine is modeled as a set of molecules that, on each process step, some subset of the molecules react, are consumed by the reaction, and produce new molecules.
user10364
- 11