#ElixirLang v1.19.1
github.com/elixir-lang/...
$ elixir --version
Erlang/OTP 28 [erts-16.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [jit:ns]
Elixir 1.19.1 (compiled with Erlang/OTP 28)
github.com/elixir-lang/...
$ elixir --version
Erlang/OTP 28 [erts-16.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [jit:ns]
Elixir 1.19.1 (compiled with Erlang/OTP 28)
Release v1.19.1 · elixir-lang/elixir
1. Bug fixes
EEx
[EEx] Address Dialyzer warnings when invoking EEx.compile_string
Elixir
[Kernel] Optimize how types are computed for pretty printing
[Kernel] Optimize how differences are comput...
github.com
October 21, 2025 at 11:48 AM
#ElixirLang v1.19.1
github.com/elixir-lang/...
$ elixir --version
Erlang/OTP 28 [erts-16.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [jit:ns]
Elixir 1.19.1 (compiled with Erlang/OTP 28)
github.com/elixir-lang/...
$ elixir --version
Erlang/OTP 28 [erts-16.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [jit:ns]
Elixir 1.19.1 (compiled with Erlang/OTP 28)
Got a PR in to #ElixirLang to fix a pretty rough footgun I noticed. Running the following code in an iex console could lead to a very bad day 😅. What do you think this code does in iex?
Still work to do, but a PR to address this behavior is here: github.com/elixir-lang/...
Still work to do, but a PR to address this behavior is here: github.com/elixir-lang/...
September 27, 2025 at 2:52 PM
Got a PR in to #ElixirLang to fix a pretty rough footgun I noticed. Running the following code in an iex console could lead to a very bad day 😅. What do you think this code does in iex?
Still work to do, but a PR to address this behavior is here: github.com/elixir-lang/...
Still work to do, but a PR to address this behavior is here: github.com/elixir-lang/...
AWESOME! Coming in ex_doc soon is a new button to go to the latest version's documentation if you happen to be on an earlier version.
I often find myself googling something, getting a hexdocs.pm link but for some inexplicable reason it puts me into an old version of it
github.com/elixir-lang/...
I often find myself googling something, getting a hexdocs.pm link but for some inexplicable reason it puts me into an old version of it
github.com/elixir-lang/...
January 10, 2025 at 5:54 PM
AWESOME! Coming in ex_doc soon is a new button to go to the latest version's documentation if you happen to be on an earlier version.
I often find myself googling something, getting a hexdocs.pm link but for some inexplicable reason it puts me into an old version of it
github.com/elixir-lang/...
I often find myself googling something, getting a hexdocs.pm link but for some inexplicable reason it puts me into an old version of it
github.com/elixir-lang/...
Erlang/OTP 28 Highlights (improvements which ultimately impact Elixir Lang positively)
Erlang/OTP 28 Highlights - Erlang/OTP
The official home of the Erlang Programming Language
www.erlang.org
July 11, 2025 at 3:43 PM
Erlang/OTP 28 Highlights (improvements which ultimately impact Elixir Lang positively)
📣 Are you an Elixir/Phoenix/Javascript engineer with a commitment to security? The community needs you!
elixirforum.com/t/webauthnli...
#elixir-lang #phoenix-framework #javascript #security #passkeys
elixirforum.com/t/webauthnli...
#elixir-lang #phoenix-framework #javascript #security #passkeys
WebAuthnLiveComponent - Passwordless Auth for LiveView Apps
Hey @conradwt, thank you for the shout out! Much appreciated!
elixirforum.com
August 17, 2025 at 4:31 PM
📣 Are you an Elixir/Phoenix/Javascript engineer with a commitment to security? The community needs you!
elixirforum.com/t/webauthnli...
#elixir-lang #phoenix-framework #javascript #security #passkeys
elixirforum.com/t/webauthnli...
#elixir-lang #phoenix-framework #javascript #security #passkeys
I'm sure it's fine its just another thing that mentally I was thinking would be more straight forward. github.com/elixir-lang/...
github.com
June 2, 2025 at 3:36 PM
I'm sure it's fine its just another thing that mentally I was thinking would be more straight forward. github.com/elixir-lang/...
Expert LSP the official language server implementation for Elixir
https://github.com/elixir-lang/expert
https://github.com/elixir-lang/expert
August 28, 2025 at 10:35 PM
Expert LSP the official language server implementation for Elixir
https://github.com/elixir-lang/expert
https://github.com/elixir-lang/expert
There are some updates:
"This release address by introducing a compiler lock, ensuring that only a single operating system running Elixir compiles your project at a given moment"
github.com/elixir-lang/...
"This release address by introducing a compiler lock, ensuring that only a single operating system running Elixir compiles your project at a given moment"
github.com/elixir-lang/...
Release v1.18.0-rc.0 · elixir-lang/elixir
Elixir v1.18 is an impressive release with improvements across the two main efforts happening within the Elixir ecosystem right now: set-theoretic types and language servers. It also comes with bui...
github.com
December 11, 2024 at 9:08 AM
There are some updates:
"This release address by introducing a compiler lock, ensuring that only a single operating system running Elixir compiles your project at a given moment"
github.com/elixir-lang/...
"This release address by introducing a compiler lock, ensuring that only a single operating system running Elixir compiles your project at a given moment"
github.com/elixir-lang/...
Underscore in Erlang & Elixir - Great DX lang feature remotereason.com/blog/elixir-...
Underscore in Erlang & Elixir - Great DX lang feature
The _ features is a really important DX language feature. It helps the developper communicate it's intention clearly and also eliminates unnecessary possible confusions when we read the code.
remotereason.com
July 5, 2025 at 11:50 AM
Underscore in Erlang & Elixir - Great DX lang feature remotereason.com/blog/elixir-...
oh it’s so cool one of the top ten languages or ecosystems to learn imo (its sorta like java in that the vm matters more than the language often)
most fault tolerant and resilient design choices in many ways
id prolly recommend like elixir or a modern lang on the beam vm if u poke at it tho
most fault tolerant and resilient design choices in many ways
id prolly recommend like elixir or a modern lang on the beam vm if u poke at it tho
May 13, 2025 at 4:51 PM
oh it’s so cool one of the top ten languages or ecosystems to learn imo (its sorta like java in that the vm matters more than the language often)
most fault tolerant and resilient design choices in many ways
id prolly recommend like elixir or a modern lang on the beam vm if u poke at it tho
most fault tolerant and resilient design choices in many ways
id prolly recommend like elixir or a modern lang on the beam vm if u poke at it tho
This one tries to fix a bug when using different Elixir local and global Elixir versions and asdf:
github.com/elixir-lang/...
github.com/elixir-lang/...
fix: Use project directory when building engine by hugobarauna · Pull Request #203 · elixir-lang/expert
Use project root as working directory when building engine so asdf resolves to the correct Elixir/OTP version from .tool-versions.
The problem happened when the project/local Elixir/Erlang versions...
github.com
November 9, 2025 at 8:15 PM
This one tries to fix a bug when using different Elixir local and global Elixir versions and asdf:
github.com/elixir-lang/...
github.com/elixir-lang/...
Jokes aside very interesting thread. Ironically it does not apply to Phoenix live view because you can have a global state in a pubsub
I say ironically because elixir is a “pure functional” lang while js is not
I say ironically because elixir is a “pure functional” lang while js is not
October 21, 2024 at 11:27 PM
Jokes aside very interesting thread. Ironically it does not apply to Phoenix live view because you can have a global state in a pubsub
I say ironically because elixir is a “pure functional” lang while js is not
I say ironically because elixir is a “pure functional” lang while js is not
hehe, to be fair, eu me referia mais ao “raciocínio condicional” do que a “sintaxe”, como minha lang principal no momento é elixir o mais adequado seria pattern match ou with clausules.
September 1, 2024 at 5:20 PM
hehe, to be fair, eu me referia mais ao “raciocínio condicional” do que a “sintaxe”, como minha lang principal no momento é elixir o mais adequado seria pattern match ou with clausules.
Expert LSP, the official language server for Elixir, simplifies complex workflows with robust code navigation and instant feedback. Make your projects more efficient. Check it out: https://github.com/elixir-lang/expert
August 28, 2025 at 11:20 PM
Expert LSP, the official language server for Elixir, simplifies complex workflows with robust code navigation and instant feedback. Make your projects more efficient. Check it out: https://github.com/elixir-lang/expert
exactly my misunderstanding :)
submitted a small PR to elixir to clarify that distinction: github.com/elixir-lang/...
submitted a small PR to elixir to clarify that distinction: github.com/elixir-lang/...
Clarify the interplay of `Stream` and `Enum` by PragTob · Pull Request #14002 · elixir-lang/elixir
This is based on trying to clarify/make more obvious a missunderstanding I held until ~yesterday.
Namely I thought that calling an Enum function on a stream would result in the equivalent of Enum.t...
github.com
November 19, 2024 at 2:10 PM
exactly my misunderstanding :)
submitted a small PR to elixir to clarify that distinction: github.com/elixir-lang/...
submitted a small PR to elixir to clarify that distinction: github.com/elixir-lang/...
New Elixir release includes initial support for Erlang/OTP 28, for those who want to try it out.
github.com/elixir-lang/...
github.com/elixir-lang/...
Release v1.18.4 · elixir-lang/elixir
This release includes initial support for Erlang/OTP 28, for those who want to try it out. In such cases, you may use Elixir v1.18.4 precompiled for Erlang/OTP 27, as it is binary compatible with E...
github.com
May 22, 2025 at 9:26 PM
New Elixir release includes initial support for Erlang/OTP 28, for those who want to try it out.
github.com/elixir-lang/...
github.com/elixir-lang/...
"Elixir v1.18-rc.0 is out and it is a massive and beautiful release. More type system work, built-in JSON, language server listeners, parameterized and group tests, "mix format --migrate" and that's not even all:
github.com/elixir-lang/...
"
@josevalim.bsky.social
#ElixirLang
github.com/elixir-lang/...
"
@josevalim.bsky.social
#ElixirLang
Release v1.18.0-rc.0 · elixir-lang/elixir
Elixir v1.18 is an impressive release with improvements across the two main efforts happening within the Elixir ecosystem right now: set-theoretic types and language servers. It also comes with bui...
github.com
December 10, 2024 at 8:21 PM
"Elixir v1.18-rc.0 is out and it is a massive and beautiful release. More type system work, built-in JSON, language server listeners, parameterized and group tests, "mix format --migrate" and that's not even all:
github.com/elixir-lang/...
"
@josevalim.bsky.social
#ElixirLang
github.com/elixir-lang/...
"
@josevalim.bsky.social
#ElixirLang
Erlang Ecosystem Foundation is now a CVE Numbering Authority (CNA) assigning CVE IDs for vulnerabilities in active packages on Hex.pm + projects on GitHub under elixir-lang, erlang, erlef-cna, erlef, gleam-lang, & hexpm, unless covered by the scope of another CNA
cve.org/Media/News/i...
cve.org/Media/News/i...
May 13, 2025 at 8:16 PM
Erlang Ecosystem Foundation is now a CVE Numbering Authority (CNA) assigning CVE IDs for vulnerabilities in active packages on Hex.pm + projects on GitHub under elixir-lang, erlang, erlef-cna, erlef, gleam-lang, & hexpm, unless covered by the scope of another CNA
cve.org/Media/News/i...
cve.org/Media/News/i...
roll a d20 for $lang, I think @isuggest.selfce.st has dibs on gleam, Rust has a full stack, Hailey did golang w/ cocoon, there’s a partial Elixir one…
The most cursed I’ve seen is a C++ one that used Qt 😵💫
The most cursed I’ve seen is a C++ one that used Qt 😵💫
August 30, 2025 at 7:57 PM
roll a d20 for $lang, I think @isuggest.selfce.st has dibs on gleam, Rust has a full stack, Hailey did golang w/ cocoon, there’s a partial Elixir one…
The most cursed I’ve seen is a C++ one that used Qt 😵💫
The most cursed I’ve seen is a C++ one that used Qt 😵💫
Expert LSP the official language server implementation for Elixir https://github.com/elixir-lang/expert (https://news.ycombinator.com/item?id=45057322)
GitHub - elixir-lang/expert: Official Elixir Language Server Protocol implementation
Official Elixir Language Server Protocol implementation - elixir-lang/expert
github.com
August 29, 2025 at 1:38 AM
Expert LSP the official language server implementation for Elixir https://github.com/elixir-lang/expert (https://news.ycombinator.com/item?id=45057322)