Skip to content

Instantly share code, notes, and snippets.

@dharasim
Created November 29, 2018 16:58
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 dharasim/1af56b1ff1a3aef7e1b430798b5c34ab to your computer and use it in GitHub Desktop.
Save dharasim/1af56b1ff1a3aef7e1b430798b5c34ab to your computer and use it in GitHub Desktop.
partial(f, args...) = let args = args; (more...) -> f(args..., more...) end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment