Skip to content

Instantly share code, notes, and snippets.

@cheeyeo
Created October 13, 2013 14:34
Show Gist options
  • Save cheeyeo/6963002 to your computer and use it in GitHub Desktop.
Save cheeyeo/6963002 to your computer and use it in GitHub Desktop.
functions that return other functions
prefix = fn n -> (fn other -> "#{n} #{other}" end) end
prefix.("Elixir").("Rocks")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment