Live data from Hacker News

Flow-based Programming

jpaulmorrison.com

1–10 of 34 posts

Re: Flow-based Programming

#6
On the topic of dataflow programming I found the book "Dataflow and Reactive Programming Systems: A Practical Guide to Developing Dataflow and Reactive Programming Systems" by Matt Carkci [0] to give a pretty good overview of the different types and implementations of dataflow programming systems. I think that flow-based programming sounds incredibly cool, but I haven't found any project where I could use it well... yet!

[0] https://leanpub.com/dataflowbook

Re: Flow-based Programming

#7
post #2

What specifically differentiates this from functional reactive programming?

Matt Carkci's book discusses the different closely related topics of data flow, flow based programming and reactive programming, very clearly and i quite some detail:

http://dataflowbook.com/cms

Can highly recommend.

Re: Flow-based Programming

#8
post #7
post #2

What specifically differentiates this from functional reactive programming?

Matt Carkci's book discusses the different closely related topics of data flow, flow based programming and reactive programming, very clearly and i quite some detail: http://dataflowbook.com/cms Can highly recommend.

Wow, we just recommended the same book within seconds of each other. But seriously it's a good book, if you have interest in the topic it's worth reading.

Re: Flow-based Programming

#9
post #7
post #2

What specifically differentiates this from functional reactive programming?

Matt Carkci's book discusses the different closely related topics of data flow, flow based programming and reactive programming, very clearly and i quite some detail: http://dataflowbook.com/cms Can highly recommend.

Otherwise, a search for "reactive programming" in the FBP mailing list, will give quite some info too:

https://groups.google.com/forum/#!searchin/flow-based-progra...

Re: Flow-based Programming

#10
post #8
post #7

Earlier quoted context omitted.

Matt Carkci's book discusses the different closely related topics of data flow, flow based programming and reactive programming, very clearly and i quite some detail: http://dataflowbook.com/cms Can highly recommend.

Wow, we just recommended the same book within seconds of each other. But seriously it's a good book, if you have interest in the topic it's worth reading.

Indeed :)
Post reply on HN