Hacker News new | ask | show | jobs
by fsantanna 3430 days ago
> "part of the goal was to bring synchronous programming to the mainstream"

This was not the original academic goal, but it is now.

We want to offer an imperative alternative to program reactive systems.

1 comments

Any plans on offering formal methods for Céu?
Some colleagues are working on an operational semantics of the language (based on the one in the thesis). This will allow us to prove some claims (e.g., reaction termination, bounded memory). Then, we may think about something else. Anything more specific in mind?
Temporal logic verification (via model checking, static analysis, test generation, runtime checks etc.)?
That would be interesting.

It seems to be feasible given the language semantics.

We'll definitely investigate it.