Skip to content

Instantly share code, notes, and snippets.

@savage69kr
Forked from SimonRichardson/Curries.hx
Created April 14, 2013 02:07
Show Gist options
  • Select an option

  • Save savage69kr/5381061 to your computer and use it in GitHub Desktop.

Select an option

Save savage69kr/5381061 to your computer and use it in GitHub Desktop.
var a = function(value1, value2, value3) {
return value1 + value2 + value3;
}.carries(1, _, _)(2)(3); // Traces 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment