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
- Host: GitHub
- URL: https://github.com/motemen/arrow-js
- Owner: motemen
- Created: 2008-06-15T15:00:46.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2008-07-16T15:49:43.000Z (almost 17 years ago)
- Last Synced: 2025-04-13T00:42:39.639Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://subtech.g.hatena.ne.jp/motemen/
- Size: 109 KB
- Stars: 20
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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