Say I'm writing a new module, the code isn't ready yet and I want to test something in the repl.
I run iex -S mix
and it fails because of compilation errors I didn't intend to fix yet.
I presume there is a last compiled version of my app that I could run with iex
.
How do I do that?