Re: Data flow

Peter Van Roy <[email protected]> Thu, 23 Feb 2012 20:45:26 +0100
Newsgroups gmane.comp.lang.e.general
Message-ID <[email protected]>
On 23/02/12 17:52, Jed Donnelley wrote:
> On 2/19/2012 3:31 PM, Mark S. Miller wrote:
>> http://lambda-the-ultimate.org/node/4453
> Hmm..  As I think you know I'm a fan of data flow programming - in
> hardware and languages.  Data flow programming is natively asynchronous
> but also timing independent.  Still, I'm not clear how it fits with the
> OO scheme.
>
> --Jed
>
The Ozma language extends Scala with declarative dataflow,
and fits it very nicely with objects.  It's explained here:
     http://www.info.ucl.ac.be/~pvr/QCon2011PVR.pdf

Peter