Ashok Gautham Jadatharan

Always use iex --werl on Windows

After installing elixir on windows using chocolatey, I tried to get working with iex. The default iex -S mix experience in Windows Terminal does not support job control through Control-G and this heavily impairs what iex can do.

The fix is rather simple though - simply use iex --werl -S mix

#elixir #tip