DEV Community

Tzelon Machluf
Tzelon Machluf

Posted on

2 3

Recompile Elixir Module in iex

When you want to view your changes for a module iex can recompile it on the fly.

Loading a source file with MyModule

> iex <<path to your file>>

Recompile the module's source file

iex> r MyModule

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay