bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 59 forks source link

uniform analysis of non-deterministic language features #211

Open jhellerstein opened 13 years ago

jhellerstein commented 13 years ago

Currently the only non-determinism we model is async channels. However we have at least two others:

These should be caught in the analysis properly, and deserve more thought in general.