Skip to content

Instantly share code, notes, and snippets.

@abishekk92
Created January 11, 2015 11:53
Show Gist options
  • Save abishekk92/1c4033fbf550e51db331 to your computer and use it in GitHub Desktop.
Save abishekk92/1c4033fbf550e51db331 to your computer and use it in GitHub Desktop.
Imperative Transducer
final = Appendable()
for foo in bar:
final.append(apply_map(apply_filter(foo)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment