Skip to content

Instantly share code, notes, and snippets.

@sledorze
Created January 4, 2012 22:14
Show Gist options
  • Save sledorze/1562469 to your computer and use it in GitHub Desktop.
Save sledorze/1562469 to your computer and use it in GitHub Desktop.
A feeling of Monax NodeJs continuation Monad for haXe
// Fake example showing the syntax
NodeM.dO({
coll <= db.collection("avatars", _);
avatars <= coll.all("", _);
ret(avatars.length);
})(function (err, res) etc.. );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment