I was trying to understand Process.alias/0 and I went down this rabbit hole.
https://www.erlang.org/eeps/eep-0053
I feel like in a lot of uses of async and await people are just expecting
to be sending the result of the command and nothing else. Even though the
feature of sending a message throu
And we can’t forget about https://hexdocs.pm/elixir/List.html#insert_at/3
On Thursday, June 5, 2025 at 9:26:16 AM UTC+2 benjamin...@gmail.com wrote:
> [el|list] is pipeable as well, and if you are working with Erlang
> strings/binaries you can use
> https://www.erlang.org/doc/apps/stdlib/string.
[el|list] is pipeable as well, and if you are working with Erlang
strings/binaries you can
use https://www.erlang.org/doc/apps/stdlib/string.html#pad/4
I think it’s important not to stare us self blind on a specific syntax. All
the functions there are currently available helps highlighting that