Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created September 4, 2013 18:02
Show Gist options
  • Save tmcw/6440514 to your computer and use it in GitHub Desktop.
Save tmcw/6440514 to your computer and use it in GitHub Desktop.
function functor(a) { return function() { return a; }; }
turtle(function(t) {
return [0, 10, 20, 30].map(functor);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment