Skip to content

Instantly share code, notes, and snippets.

@sznurek
Created July 30, 2012 17:55
Show Gist options
  • 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