Programming
Concurrency with style
Europa room, 3rd floor
15th November, 15:00-15:30
Functional programming looks nice and shiny until you have to manage mutable state. Even more, in many situations the mutations come from multiple threads. At this point you are tempted to drop the immutability flag and use some good old destructive updates. The problem is that now you are losing readability and composability. What can be done? How can you model such a situation? In this talk I will show how you can use Reactive Extensions (a.k.a. Rx) to build real world concurrent applications from composable entities. We will also look a bit at the Rx implementation, just enough so it doesn't look like magic. The code shown will be in F# but there are Rx implementations for most modern languages so you can apply these ideas in your project.
Ovidiu Deac
Ed-IT.ro
Ovidiu is a software engineer interested in functional programming, clean code and agile development. He started his career in 1998 and, after working with imperative languages for more than 10 years, he moved into functional programming and never looked back. Five years ago he started the local FP community in Cluj and organises regular meetups ever since. At Ullink he promotes functional programming. He also is founder and trainer at Ed-IT.ro and works as a consultant.