Skip to content

Instantly share code, notes, and snippets.

@sznurek
Created July 30, 2012 17:55
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 sznurek/3208703 to your computer and use it in GitHub Desktop.
Save sznurek/3208703 to your computer and use it in GitHub Desktop.
login_action = Write('LOGIN') >> \
Read('login') >> \
Write(lambda v: 'HELLO %s' % v['login'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment