How to define and call a local function with a strange name?

Firstly those 2 articles describes everything you should know about operators:

https://medium.com/blackode/the-secret-behind-elixir-operator-overriding-to-a564fd6c0dd6

As far as I remember everything else in this topic is not possible in Elixir unless you ask Eliixir Core Team to support that. I don’t believe that they would do so - just want to say that’s possible to support, but not supported as it’s generally not a good idea.


Secondly there were already a similar topic: