Skip to content

Instantly share code, notes, and snippets.

@hertzg
Forked from fson/fun.coffee
Last active August 29, 2015 14:15
Show Gist options
  • Save hertzg/5a53bf98c65186f5c248 to your computer and use it in GitHub Desktop.
Save hertzg/5a53bf98c65186f5c248 to your computer and use it in GitHub Desktop.
# factorial
$ = (_) ->
__ = _
--__ && _ = _ * $ __
_
# each
$$ = (_, __) ->
___ = _[+[]]
___? && (![] != __ ___) && $$ _[+!![]..], __
# reduce
$$$ = (_, __, ___) ->
$$ _, (_) ->
___ = __ _, ___
___
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment