Elixir - Call method on module by String-name
I'm pretty new to Elixir and functional programming-languages in general. In Elixir, I want to call one specific function on Modules, given the Module name as String. I've got the following (very...