[erlang-questions] Erlang and beam-based scripting languages.

Max Lapshin max.lapshin@REDACTED
Tue Sep 13 15:57:25 CEST 2011


This is proof-of-concept error_handler replacement, that can pass
calls to elixir modules:

https://gist.github.com/1213853

Currently it already works as:

elixir_loader:undefined_function(digital_access, check, [default,
<<"ya.ru">>, [{key,value}]]).

It looks if there is file digital_access.ex, loads it, try to find if
module with proper name was loaded and calls function from there,
according to naming and call conventions.


But doesn't work as an error_handler =((



More information about the erlang-questions mailing list