Skip to main content

Elixir

Binding: %elixir

Runs Elixir code in an interactive iex session, one paragraph at a time.

%elixir
Enum.map([1, 2, 3], fn n -> n * n end)

Configuration

PropertyDefaultDescription
elixir.iex.commandiexPath to the iex binary.
elixir.iex.timeout60000Max milliseconds to wait for a paragraph's output before timing out.
elixir.working.dir(user home)Working directory for the iex process.

These are set by your administrator from the interpreter settings screen.