#
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,338 public repositories matching this topic...
An extensive list of cool open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
ruby
python
rust
open-source
list
clojure
haskell
awesome
typescript
erlang
elixir
scala
lisp
lua
emacs-lisp
ocaml
projects
dev
-
Updated
Aug 17, 2020 - TypeScript
EMQ X Broker - Scalable Distributed MQTT Message Broker for IoT in 5G Era
mqtt
iot
coap
m2m
erlang
messaging
pubsub
mqtt-broker
iot-middleware
broker
coap-server
mqtt-server
lorawan
erlang-mqtt-broker
m2mqtt
lorawan-server
iot-server
5g
iot-broker
5g-messaging
-
Updated
Sep 11, 2020 - Erlang
Small, fast, modern HTTP server for Erlang/OTP.
http
erlang
functional
web
rest
https
high-performance
websocket-server
websocket
http2
websockets
web-framework
cowboy
http-server
production-ready
http2-server
-
Updated
Sep 11, 2020 - Erlang
python
git
api
translations
design
experiment
distributed-systems
erlang
elixir
reactive
lisp
translation
concurrency
consensus
chinese-translation
simplified-chinese
design-thinking
paxos
api-design
design-principle
-
Updated
Jul 12, 2020
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
-
Updated
Sep 11, 2020 - Erlang
CrowdHailer
commented
Sep 11, 2020
let _r = 1
let _r = 2This code runs with this failure.
** (MatchError) no match of right hand side value: 1
I think it's making erlang code that looks like the following.
_R = 1
_R = 2
Goost91
commented
Sep 7, 2020
Environment
- VerneMQ Version: using docker image vernemq/vernemq:latest
- OS: Debian 9
- Erlang/OTP version (if building from source):
- Cluster size/standalone: standalone
- VerneMQ configuration (vernemq.conf) or the changes from the default
accept_eula=yes
allow_anonymous=off
log.console=console
log.console.level=debug
plugins.vmq_acl=off
plugins.vmq_diversity=on
plugins.v
An alternative BEAM implementation, designed for WebAssembly
-
Updated
Sep 10, 2020 - Rust
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
-
Updated
Jul 22, 2020 - Erlang
The LeoFS Storage System
-
Updated
Jun 2, 2020 - Erlang
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
-
Updated
Sep 14, 2020 - Elixir
Clojure for the Erlang VM (unofficial)
-
Updated
Sep 11, 2020 - Erlang
Functional programming inspired by ML for the Erlang VM
-
Updated
Jun 13, 2020 - Erlang
Easy building and installing of Erlang/OTP instances
-
Updated
Sep 9, 2020 - Shell
A curated list of awesome Erlang libraries, resources and shiny things.
-
Updated
Mar 1, 2020
Fast batch message passing between nodes for Erlang/Elixir.
-
Updated
Jan 3, 2019 - Elixir
A process/message visualizer for BEAM nodes.💪 👁
-
Updated
Sep 4, 2020 - CSS
Visualize Erlang/Elixir Nodes On The Command Line
performance
erlang
elixir
observer
memory
performance-visualization
performance-dashboard
recon
profiling
-
Updated
May 26, 2020 - Erlang
List of Elixir books
language
programming-language
pdf
distributed-systems
erlang
elixir
phoenix
otp
books
fault-tolerance
tutorials
epub
erlang-vm
concurrent
elixir-phoenix
phoenix-framework
programming-erlang
programming-elixir
elixir-books
elixir-school
-
Updated
Dec 20, 2019
Web based metrics, monitoring, and observer
-
Updated
Jun 6, 2020 - Elixir
æternity: solving scalability problems by making sense of state-channels
cryptography
erlang
crypto
bitcoin
ethereum
smart-contracts
blockchain
mining
cryptocurrency
scaling
testnet
aeternity
-
Updated
Sep 14, 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 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