cats

0.0.2 • Public • Published

cats.js

(This is an alpha product.)

Categories for Javascript adapted from Haskell's Control modules.

var main = Monad.do
  (print("3")) (pause)
  (print("2")) (pause)
  (print("1")) (pause)
  (print("Blast off!"))
  // The closing pair of parentheses is required.
  ();
 
main.run();

Try it out: http://jsfiddle.net/enQyg/3.

More Examples

Drag and drop.

var dragdrop = function(x) {
  return click(x).then(drag);
}

BSD licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i cats

Weekly Downloads

1

Version

0.0.2

License

BSD

Last publish

Collaborators

  • lcfrs