Skip to content

Instantly share code, notes, and snippets.

@ecmendenhall
Last active December 12, 2015 07:08
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 ecmendenhall/4734079 to your computer and use it in GitHub Desktop.
Save ecmendenhall/4734079 to your computer and use it in GitHub Desktop.
Help! My Python is turning into Lisp!
def free(exp):
return set(walkreduce(lambda x: isinstance(x, unicode),
walkfilter(lambda x: (x not in bound(exp) and
x != 'lambda'),
exp)))
@thisiswei
Copy link

you are killing it. ha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment