Erlang

Erlang is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system. The term Erlang is used interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang runtime system, several ready-to-use components (OTP) mainly written in Erlang, and a set of design principles for Erlang programs.
Here are 2,387 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 10, 2020 - Erlang
-
Updated
Nov 10, 2020 - Erlang
-
Updated
Jul 12, 2020
-
Updated
Nov 10, 2020 - Erlang
Given a module that imports code from another module, and public types (or functions) using that type, e.g.
import gleam/otp/node.{Node}
import gleam/otp/actor.{StartError}
pub type ApplicationStartMode {
Normal
Takeover(Node)
Failover(Node)
}
pub fn worker(
start: fn(argument) -> Result(Sender(msg), StartError),
) -> ChildSpec(msg, argument, argument) {
// ...
Environment
- VerneMQ Version: 1.11.0
- OS: CentOS 8.0
- Erlang/OTP version (if building from source):
- VerneMQ configuration (vernemq.conf) or the changes from the default :
listener.ssl.default = 0.0.0.0:8883
listener.ssl.allowed_protocol_versions = 3,4,5
listener.ssl.require_certificate = on
mqtt_connect_timeout = 30000 - Cluster size/standalone:
Expected behaviour
Set
-
Updated
Nov 2, 2020 - Rust
-
Updated
Jul 22, 2020 - Erlang
-
Updated
Jun 2, 2020 - Erlang
-
Updated
Nov 9, 2020 - Elixir
-
Updated
Nov 1, 2020 - Erlang
-
Updated
Jun 13, 2020 - Erlang
-
Updated
Oct 21, 2020 - Shell
-
Updated
Mar 1, 2020
-
Updated
Nov 9, 2020 - Erlang
-
Updated
Jan 3, 2019 - Elixir
-
Updated
Sep 4, 2020 - CSS
-
Updated
Oct 21, 2020 - Erlang
-
Updated
Dec 20, 2019
-
Updated
Nov 9, 2020 - Erlang
Created by Joe Armstrong, Robert Virding, Mike Williams
Released December 8, 1998
- Organization
- erlang
- Website
- www.erlang.org
- Wikipedia
- Wikipedia
Steps to reproduce
Run
asdf
. In help output a line is printed for theasdf env
command:I would assume
<command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY