Hacker News new | ask | show | jobs
by k2xl 3156 days ago
For those of us who have never heard of pi calculus, can someone give a beginners description (wikipedia article just confused me even more)
1 comments

The pi-calculus is a mathematical formalization of concurrent programs in the same way that lambda calculus is a formalization of computable functions. It is basically a notation that allows you to easily specify concurrent programs, and then rigorously reason about them.