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,736 public repositories matching this topic...
-
Updated
May 29, 2022 - Erlang
-
Updated
Apr 13, 2022 - Python
-
Updated
May 26, 2022
-
Updated
May 27, 2022 - Erlang
Compiling the following Gleam code (with gleam v0.21, node v16.14) to JavaScript:
// A type used to encapsulate all parameters used by the Permuted Congruential
// Generator (PCG32).
type PermutedCongruentialGenerator {
PermutedCongruentialGenerator(
int_1: Int,
int_18: Int,
int_27: Int,
int_59: Int,
int_31: Int,
multiplier: Int,
)
}
// A const-
Updated
May 27, 2022 - Rust
Environment
- VerneMQ Version: 1.11.0
- OS:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic - Erlang/OTP version (if building from source): 19
- VerneMQ configuration (vernemq.conf) or the changes from the default
- Cluster size/standalone:
Expected behaviour
Connection to Redis server running on unixsocket, configured within Lua scr
If a new Environment is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to the ConfigEnv struct from which the Environment is created. Currently this is only possible from the host, but is not exposed as a [host function
-
Updated
Mar 17, 2022 - Erlang
-
Updated
May 16, 2022 - Elixir
-
Updated
May 23, 2022 - Erlang
-
Updated
May 29, 2022 - Erlang
-
Updated
Jun 2, 2020 - Erlang
-
Updated
Nov 23, 2021 - Elixir
-
Updated
May 29, 2022 - Go
-
Updated
May 4, 2022 - Shell
-
Updated
May 27, 2022 - Erlang
-
Updated
Mar 1, 2020
-
Updated
Jun 13, 2020 - Erlang
-
Updated
May 25, 2022 - C
-
Updated
Feb 10, 2022 - CSS
-
Updated
Oct 30, 2021 - Erlang
-
Updated
Apr 17, 2022 - 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 envcommand: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