An open API service indexing awesome lists of open source software.

https://github.com/motemen/arrow-js

Equip JavaScript with arrows
https://github.com/motemen/arrow-js

Last synced: about 2 months ago
JSON representation

Equip JavaScript with arrows

Awesome Lists containing this project

README

        

Arrow.js is a JavaScript library which implements Haskell's [Arrow][1].

Sample Code
===========

Basic Operators
===============
`>>>`
-----

`***`
-----

`&&&`
-----

`|||`
-----

`+++`
-----

`<+>`
-----

Asynchronous Arrows
===================
`Arrow.Delay`
-------------

`Arrow.Event`
-------------

`Arrow.XHR`
-----------

`Arrow.JSONP`
-------------

TODO
====
* Write sample codes

[1]: http://haskell.org/ghc/docs/6.2/html/libraries/base/Control.Arrow.html