Elixir 1.18 introduces an auto_reload option for IEx, allowing automatic code reloading without needing to manually call recompile(). This guide details setting up a new Mix project, configuring auto_reload, and integrating with tools like entr for automatic recompilation. The new feature aims to improve the developer experience, particularly when using multiple OS processes.
Sort: