Skip to content

Instantly share code, notes, and snippets.

@zampino
Last active November 4, 2016 17:57
Show Gist options
  • Save zampino/fe4b3b495de87df19093ddb4d0a524f3 to your computer and use it in GitHub Desktop.
Save zampino/fe4b3b495de87df19093ddb4d0a524f3 to your computer and use it in GitHub Desktop.
meetup presentation code
GenStage.async_subscribe(node, to: other)
deftask foo(<out>(File) : in1 in2) in bash *{
...
...
}*
deftask bla(out : in) in python *{
return in[::-1]
}*
a = foo(in1: "foo", in2: "bar")
bla(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment