Tuesday 17 April 2012

(Functional) Reactive Programming in C++

The introduction to Reactive Programming you've been missing
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

The canonical stackoverflow question
http://stackoverflow.com/questions/1028250/what-is-functional-reactive-programming

What is Reactive Programming?
http://www.paulstovell.com/reactive-programming

FRP in C++ and Its Application
ftp://netlib.bell-labs.com/who/Old/blume/icfp02/191.pdf

C++ implementation: C++ Rx library
https://github.com/Reactive-Extensions/RxCpp

2 comments:

  1. All the links point to the same URL (and that link is broken).

    ReplyDelete
    Replies
    1. Fixed... and the ftp pdf link works for me

      Delete