iOS Meetup The First - ReactiveCocoa


Details
This is the first installment of more regular iOS meetups. As our first topic, we'll tackle Functional Reactive Programming (http://stackoverflow.com/questions/1028250/what-is-functional-reactive-programming) (a.k.a. FRP), via a little ReactiveCocoa (https://github.com/ReactiveCocoa/ReactiveCocoa) (RAC) library released by the folks at GitHub.
FRP is a fun paradigm that can eliminate a lot of boilerplate code and turn complex callback systems into a simpler model. Check it out, play with it, use it in anger, and see for yourself. In this meetup, we'll show you how to create a basic RAC app and use the most common features. Code-along will be encouraged. You can use this simple RAC iOS project (https://github.com/mudphone/SwiftSlate) to get started. It abstracts time people. Time! TIME!!!
You're probably wondering, "but, but Swift?" Well, RAC isn't Swift compatible yet. But, they're working on it (https://github.com/ReactiveCocoa/ReactiveCocoa/pull/1382). Either way, it's an interesting way to think about applications on and off the iOS platform (check out Elm (http://elm-lang.org/), React (http://facebook.github.io/react/), ClojureScript Om (https://github.com/swannodette/om), and BaconJS (http://baconjs.github.io/) for other implementations).
Still want Swift? That's cool, we're planning to have some of our next talks dedicated to Swift. Come out and let your preference be heard. We take requests.
Anyone can help be an organizer of this group. Please come to this first meeting to help us create a roadmap.
All welcome. Hope to see you there.

iOS Meetup The First - ReactiveCocoa