Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Created August 2, 2016 15:16
Show Gist options
  • Save indatawetrust/bb122edb8d758751a5a6e741d1364aea to your computer and use it in GitHub Desktop.
Save indatawetrust/bb122edb8d758751a5a6e741d1364aea to your computer and use it in GitHub Desktop.
log = &(&1.(&2))
hello = fn p -> "hello " <> p end
log.(hello,"world")
# log
# "hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment