Elixir Interpreter - Execute Code | Online Free DevTools by Hexmos
Execute Elixir code instantly with Elixir Interpreter. Evaluate expressions, run scripts, and debug applications from the command line. Free online tool, no registration required.
elixir
Elixir programming language interpreter. More information: https://elixir-lang.org.
- Run an Elixir file:
elixir {{path/to/file}}
- Evaluate Elixir code by passing it as an argument:
elixir {{[-e|--eval]}} "{{code}}"
