Skip to content
#

Erlang

erlang logo

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...

Stratus3D
Stratus3D commented Feb 10, 2019

Steps to reproduce

Run asdf. In help output a line is printed for the asdf env command:

asdf env <command> [executable]      Prints or runs an executable under a command environment

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

Aloso
Aloso commented Aug 30, 2020

It seems that Gleam doesn't have a concept of panicking or throwing an exception. That makes me wonder what happens when an assert fails (this currently isn't documented anywhere), for example:

assert Ok(_) = Err("too bad")
// what happens now?

My other question: Dou you intend to implement something like panicking or throwing an exception in the future?

Goost91
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

Created by Joe Armstrong, Robert Virding, Mike Williams

Released December 8, 1998

Organization
erlang
Website
www.erlang.org
Wikipedia
Wikipedia

Related Topics

elixir language
You can’t perform that action at this time.