Skip to content

Instantly share code, notes, and snippets.

@nathanathan
Created November 4, 2012 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanathan/4013606 to your computer and use it in GitHub Desktop.
Save nathanathan/4013606 to your computer and use it in GitHub Desktop.
s_exp +
{
"category": "s_exp",
"components": [
"+"
],
"implementation": "function(){return (function (cdr){return cdr.reduce(function(a, b) {return a + b}, 0);});}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment