Top "Mix" questions

Mix is a build tool that provides tasks for creating, compiling, testing Elixir projects, as well as handle dependencies, and more.

How do I recompile an Elixir project and reload it from within iex?

I'm currently learning Elixir by going through the OTP and mix tutorial on the elixir-lang website, and I'm having trouble …

elixir mix