2015-08-29 18:32:13 -07:00
2015-08-29 18:32:13 -07:00
2015-08-29 17:52:46 -07:00
2015-08-29 18:32:13 -07:00
2015-08-29 15:26:44 -07:00
2015-07-15 00:47:23 -07:00
2015-08-29 15:34:07 -07:00
2015-08-29 18:22:57 -07:00

RxLua

Build Status

Reactive Extensions for Lua.

Examples

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.

Documentation

See here.

License

MIT, see LICENSE for details.

Description
No description provided
Readme 458 KiB
Languages
Lua 100%