|
|
há 10 anos atrás | |
|---|---|---|
| doc | há 10 anos atrás | |
| examples | há 10 anos atrás | |
| tests | há 10 anos atrás | |
| tools | há 10 anos atrás | |
| .travis.yml | há 10 anos atrás | |
| LICENSE | há 10 anos atrás | |
| README.md | há 10 anos atrás | |
| rx.lua | há 10 anos atrás |
Reactive Extensions for Lua.
Cheer someone on using functional reactive programming:
local Rx = require 'rx'
Rx.Observable.fromRange(2, 8, 2)
:concat(Rx.Observable.fromValue('who do we appreciate'))
:map(function(value) return value .. '!' end)
:subscribe(print)
See examples for more.
See here.
MIT, see LICENSE for details.