2015-09-01 12:49:03 -07:00
2015-09-01 12:49:03 -07:00
2015-09-01 12:46:49 -07:00
2015-08-29 15:26:44 -07:00
2015-07-15 00:47:23 -07:00
2015-08-30 08:53:25 -07:00
2015-09-01 12:49:03 -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%