Difference between elixir and iex?

will they both output the same result for the same commands ? is iex simply the shell of elixir ?

thx <3

1 Like

yup yup

Exactly this.

1 Like

iex is Elixir’s interactive shell: https://hexdocs.pm/iex/v1.6/IEx.html

However as it is interactive shell - note some differences.

3 Likes