erl
Verified for current stable LTS
Erl Command: Compile And Run Sequential Erlang Program
Use for compile and run sequential erlang program with Erl. Exact CLI syntax to compile and run sequential erlang program using Erl.
When to use this: Use for compile and run sequential erlang program with Erl.
Command Syntax
erlc <path/to/file1 path/to/file2 ...> && erl -noshell '{mymodule:myfunction(arguments)}, init:stop().' erlc <path/to/file1 path/to/file2 ...> && erl -noshell "`{mymodule:myfunction(arguments)`}, init:stop()." Command Breakdown
-noshell- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to compile and run sequential erlang program using Erl.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.