elixir
elixir copied to clipboard
Elixir is a dynamic, functional language for building scalable and maintainable applications
Since [Enum module has this type](https://hexdocs.pm/elixir/1.16.2/Enum.html#t:default/0) and Keyword module has more than two functions which operates default values.
The goal is to represent all data types within types: * [x] Non-divisible types (integer, floats, pids, etc) * [x] Dynamic * [x] Atoms * [x] Maps * [ ]...
Per discussion on [elixir-lang-core](https://groups.google.com/g/elixir-lang-core/c/IRrfWoT55OM/m/QrGys8t_AQAJ), this provides a guard-safe membership check for `MapSet`s without modifying the existing `MapSet.member?/2`.
To be implemented when Erlang 27 is released: * [x] Ensure we can start observer without additional steps (https://github.com/erlang/otp/pull/7441) * [x] Deprecate escaping of terminator in uppercase sigils as in...
The process should be roughly like: 1. Create a new directory for the new installation 2. Run mix deps.get 3. Compare the versions and see which entries were added or...
In order for language servers to mimic functionality found in the Elixir compiler, we want to expose more compiler facing functionality (as per https://github.com/elixir-lang/elixir/issues/12645#issuecomment-1954743398). There are at least 5 functions...
### Elixir and Erlang/OTP versions Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:24:24] [ds:24:24:10] [async-threads:1] [jit:ns] Elixir 1.15.4 (compiled with Erlang/OTP 26) ### Operating system Windows 10 ### Current behavior ``` try...
### Elixir and Erlang/OTP versions otp 25, elixir 14 ### Operating system osx ### Current behavior An issue to kick off convo -- I found a few implications for us...
### Elixir and Erlang/OTP versions ```console root@13f3f753ab50:/workspace/membrane/mix_cache_mre:λ> elixir -v Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:5:5] [ds:5:5:10] [async-threads:1] [jit] Elixir 1.15.7 (compiled with Erlang/OTP 24) ``` ### Operating system Debian 12...
### Elixir and Erlang/OTP versions erlang 25.2 elixir 1.14.3-otp-25 ### Operating system MacOS - Ventura 13.1 - Apple M1 Max ### Current behavior As an engineer, when I switch between...