-
**Describe the bug**
I'm new to Elixir and Erlang and tried to set up the SDK in the IntelliJ plugin but wasn't able to do so. No matter what I try I get the error "Internal Erlang SDK is not in Elix…
-
Hey
Love asdf for Erlang and Elixir.
I wanted to get Erlang and Elixir going on the Valve Steam Deck. It's an AMD machine running Arch fundamentally.
So what I've done is to unlock the readon…
-
Since #5524 it's impossible to manage multiple Erlang versions (independently install and uninstall).
Information about multiple installed Erlang version is lost, because the uninstall information …
-
Test file:
```erlang
-module(test).
-compile(export_all).
-compile(nowarn_export_all).
-spec range(#{ any() => V }) -> [V].
range(Map) ->
lists:map(fun({_, V}) -> V end, maps:to_list(…
-
The library uses Erlang/OTP DNS code. I've been told that, if this Erlang code is undocumented, this is because it it no supposed to be used by external programs, but only by Erlang itself, for its in…
-
I have `erlang 17.5` installed in /usr/local/lib. `evm` considers that my "system" install. After installing evm, I downloaded `erlang 19.2`, and I can switch back and forth between my two versions …
7stud updated
5 years ago
-
Does this plugin work for erlang gui programs.
-
I recently found a reference to this project [on the Erlang site](http://www.erlang.org/faq/implementations.html), where it says it is no longer under active development. Indeed, the [page that they …
-
The best part about Erlang is OTP, see certain sections of http://learnyousomeerlang.com/content for an introduction. One goal might be to implement a subset of its features. E.g. we could revive [hoo…
heath updated
11 years ago
-
https://gleam.run/documentation/ has a link to `gleam_stdlib`, it should also link to `gleam_erlang` and `gleam_javascript`, and any others that are managed by the gleam-lang organization proper (or a…