How to automatically recompile and reload my iex + mix application every time I modify the source code?
If there\'s no way for iex + mix combination to do that, what\'s
Currently iex has an internal function to do this:
iex
invoke IEx.Helpers.recompile inside iex console.