RRX - Ruby Reactive Extensions

Translated (and in future: rubified) from https://github.com/eilara/Rx.pl for more about Reactive Programming see http://channel9.msdn.com/Shows/Going+Deep/Expert-to-Expert-Brian-Beckman-and-Erik-Meijer-Inside-the-NET-Reactive-Framework-Rx or http://msdn.microsoft.com/en-us/data/gg577609.aspx

TODO:

  • translate tests
  • make them pass
  • documentation
  • syntax sugar
  • go over Array and Enumerable to see what additional methods should have a reactive counterpart
  • prepare some kickass samples

Installation

Add this line to your application's Gemfile:

gem 'rrx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rrx

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request