Skip to content

Instantly share code, notes, and snippets.

@teepark
Created January 12, 2011 19:52
Show Gist options
  • Save teepark/776765 to your computer and use it in GitHub Desktop.
Save teepark/776765 to your computer and use it in GitHub Desktop.
in javascript's anonymous functions this would be spelled 'var'
(lambda newname: operations_on_new_name(newname))(operation_on_old_name(oldname))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment