2025-03-14 21:59:59 -06:00
|
|
|
# elixir
|
|
|
|
|
|
|
|
|
|
> Elixir programming language interpreter.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/elixir>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run an Elixir file:
|
|
|
|
|
|
|
|
|
|
`elixir {{path/to/file}}`
|
|
|
|
|
|
|
|
|
|
- Evaluate Elixir code by passing it as an argument:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`elixir {{[-e|--eval]}} "{{code}}"`
|