#
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,596 public repositories matching this topic...
An Open-Source, Cloud-Native, Distributed MQTT Message Broker for IoT.
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
Aug 23, 2021 - Erlang
Cool open source projects written in C, 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
hacktoberfest
-
Updated
Jul 7, 2021 - Python
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
May 29, 2021 - 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 28, 2021
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
-
Updated
Aug 20, 2021 - Erlang
CrowdHailer
commented
Aug 18, 2021
Example
pub fn inc(x) {
let total = x + 1
}
pub fn let_test() {
let 2 =
inc(1)
|> io.debug()
Nil
}
This test fails with a bad match error because the value from calling inc(1)
is undefined.
The generated Javascript in the inc
function doesn't have a return
.
export function inc(x) {
let total = x + 1;
}
export function let_test() {
l
An alternative BEAM implementation, designed for WebAssembly
-
Updated
Mar 26, 2021 - Rust
MustaRohman
commented
Feb 15, 2021
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
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
-
Updated
Apr 7, 2021 - Erlang
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
-
Updated
Aug 3, 2021 - Elixir
Clojure for the Erlang VM (unofficial)
-
Updated
Aug 17, 2021 - Erlang
The LeoFS Storage System
-
Updated
Jun 2, 2020 - Erlang
Fast batch message passing between nodes for Erlang/Elixir.
-
Updated
Jan 3, 2019 - Elixir
Easy building and installing of Erlang/OTP instances
-
Updated
Jun 10, 2021 - Shell
Functional programming inspired by ML for the Erlang VM
-
Updated
Jun 13, 2020 - Erlang
A curated list of awesome Erlang libraries, resources and shiny things.
-
Updated
Mar 1, 2020
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Aug 16, 2021 - Erlang
A process/message visualizer for BEAM nodes.💪 👁
-
Updated
Aug 11, 2021 - CSS
Compile Elixir applications into single, easily distributed executable binaries
-
Updated
Apr 19, 2021 - C
Visualize Erlang/Elixir Nodes On The Command Line
performance
erlang
elixir
observer
memory
performance-visualization
performance-dashboard
recon
profiling
-
Updated
Aug 22, 2021 - 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
Jun 5, 2021
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