Skip to content

Instantly share code, notes, and snippets.

@Mizzlr
Created June 16, 2016 09:00
Show Gist options
  • Save Mizzlr/27271e1c53828bed917b9ebe37b9433f to your computer and use it in GitHub Desktop.
Save Mizzlr/27271e1c53828bed917b9ebe37b9433f to your computer and use it in GitHub Desktop.
function incr(x) { return x+1;};
var zero = 0;
// so numerify is
function numerify(churchNumeral){
return churchNumeral(incr)(zero);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment