Skip to content

Instantly share code, notes, and snippets.

@frostney
Created February 15, 2013 20:54
Show Gist options
  • Save frostney/4963462 to your computer and use it in GitHub Desktop.
Save frostney/4963462 to your computer and use it in GitHub Desktop.
Bind function one-liner
bind = (func, context) -> -> func.apply(context, arguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment