erlang@26

Erlang/OTP 26: Functional language for distributed, fault-tolerant systems

brewmacoslinux
Try with needOr install directly
Source

About

Programming language for highly scalable real-time systems

Commands

erlerlcescriptdialyzertyper

Examples

Start the Erlang interactive shell (REPL)$ erl
Compile an Erlang module to bytecode$ erlc module.erl
Run an Erlang script directly$ escript script.erl