Skip to content

Details

Functional reactive programming supports elegant programming of dynamic and reactive systems by providing first-class, composable abstractions for behaviors (time-varying values) and events (streams of timed values). Using Functional Reactive Programming to handle event-stream of values over time provides an alternative to the Observer pattern, which produces a series of unique responses to discrete changes in state. Reactive Programming is useful anywhere the Observer pattern is common, and provides an elegant way to express computation in domains such as video games, networking, user interfaces and simulation. Once understood, it can greatly simplify your project and code dealing with asynchronous events with nested callbacks, complex list filtering/transformation, or timing concerns. During this presentation I will create, consume and compose event streams with Observables introducing the concept of FRP integrating time flow and compositional events to build Natural User Interfaces with Kinect and Leap using F#. You will walk away with the knowledge and excitement of how to use the Functional Reactive Programming approach and how to leverage the reactive programming power to build Natural User Interfaces.

About Riccardo:

+Riccardo Terrell (https://plus.google.com/103198703706945310534) is a Software Engineer Back-End at StatMuse Inc. who is passionate about functional programming. He is active in the F# community and started the DC F# user’s group. Riccardo is a believer in polyglot programming as a mechanism in finding the right tool for the job. He likes to describe himself as a functional guy living in an imperative world.

To join Hangout on air by Community for F# (https://plus.google.com/u/0/+C4fsharpNet/posts):

If you wish to join, please:

• RSVP to this F# Toronto invitation

• Follow the link to the event (https://plus.google.com/u/0/events/cjal2p3tpcogealpte44higk0ok) & click "Yes" in response to the question "Are you going to watch"

so we & C4fsharp can measure the level of interest. Thanks :)

Tao, Kaitlynn & Ian hope you can join us for this one (despite the early afternoon time slot). If not, a recording will be available after the broadcast at the same link. (https://plus.google.com/u/0/events/cjal2p3tpcogealpte44higk0ok)

Related topics

You may also like