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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request