1 Answer

up vote 3 down vote accepted

In short, yes. Technically the Pi-calculus could probably encode something like higher-order reactive programming (as you can dynamically create and pass around channels as first-class values).

At a superficial level, both attempt to describe a system in terms of events, rather than states. This is an important distinction that gives rise to the field of 'event-based systems'. The Pi-calculus is extremely general, and it's quite likely that anything you could construct in a reactive programming setting would have a reasonably natural encoding as pi-calculus terms.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.