fairmont-reactive
Advanced tools
Comparing version 1.0.0-beta-24 to 1.0.0-beta-25
@@ -17,4 +17,4 @@ // Generated by CoffeeScript 1.9.3 | ||
include(module.exports, require("./evented")); | ||
include(module.exports, require("./observe")); | ||
}).call(this); |
{ | ||
"name": "fairmont-reactive", | ||
"version": "1.0.0-beta-24", | ||
"version": "1.0.0-beta-25", | ||
"description": "Functional reactive programming in JavaScript and CoffeeScript.", | ||
@@ -12,5 +12,5 @@ "files": [ | ||
"scripts": { | ||
"prepublish": "coffee --nodejs '--harmony --harmony_proxies' -o lib/ -c src/*.*coffee", | ||
"test": "coffee --nodejs '--harmony --harmony_proxies' test/index.coffee", | ||
"watch": "coffee --nodejs '--harmony --harmony_proxies' -o lib/ -cw src/*.*coffee", | ||
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee", | ||
"test": "coffee --nodejs --harmony test/index.coffee", | ||
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee", | ||
"version": "(node_modules/.bin/json -f package.json version > VERSION)", | ||
@@ -17,0 +17,0 @@ "tag": "(cat VERSION | xargs -I version git tag -am version version) && git push --tags" |
# Fairmont/Reactive | ||
Fairmont/Reactive is a JavaScript library for functional reactive programming. | ||
[Fairmont][0]/Reactive is a JavaScript library for functional reactive programming. | ||
[0]:https://github.com/pandastrike/fairmont | ||
Here's a simple 'hello, world' Web server written in a functional, reactive style using Fairmont. | ||
### In JavaScript | ||
@@ -47,3 +51,3 @@ | ||
You can get a feel for what Fairmont can do for you by [checking out the examples](./examples). | ||
You can get a feel for what [Fairmont][0] can do for you by [checking out the examples](./examples). | ||
@@ -64,3 +68,3 @@ ## Introduction | ||
A _reactor_ is Fairmont lingo for an asynchronous iterator. | ||
A _reactor_ is [Fairmont][0] lingo for an asynchronous iterator. | ||
@@ -93,3 +97,3 @@ When talking about values that could be iterators or reactors, we will sometimes say _producers_. | ||
Fairmont takes full advantage of ES6+ features like iterators (including async iterators, called _reactors_), generators, and promises. Inspired by libraries like [Underscore](http://underscorejs.org/) and many others, Fairmont features include: | ||
[Fairmont][0] takes full advantage of ES6+ features like iterators (including async iterators, called _reactors_), generators, and promises. Inspired by libraries like [Underscore](http://underscorejs.org/) and many others, [Fairmont][0] features include: | ||
@@ -107,3 +111,3 @@ * reactive programming support through async iterators | ||
Fairmont is still under heavy development and is `beta` quality, meaning you should probably not use it in your production code. | ||
[Fairmont][0] is still under heavy development and is `beta` quality, meaning you should probably not use it in your production code. | ||
@@ -110,0 +114,0 @@ ## Roadmap |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61582
20
1220
115