It is possible to add support for using local defined functions in 
ampersand notation?

Example:
f = fn x -> x*2 end 
Enum.map([1,1,1], &f/1)

It would really simplify those 
&f.(&1) 
calls, especially with functions passed as function arguments.


-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/1322f3ca-05b6-4719-b8a6-b74f19a6d840%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to