|
vor 10 Jahren | |
---|---|---|
doc | vor 10 Jahren | |
examples | vor 10 Jahren | |
tests | vor 10 Jahren | |
tools | vor 10 Jahren | |
LICENSE | vor 10 Jahren | |
README.md | vor 10 Jahren | |
rx.lua | vor 10 Jahren |
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.