Popularity isn’t everything. Some niche functional programming languages offer unique value!
Take a deep dive into #Haskell, #Scala, and #Erlang in this article by LPI Editor Anrew Oram: lpi.org/gpkl
#programminglanguages #LPI
#erlang what is the current broadly used UUID library?
☕ Afternoon break at Code BEAM Vancouver! Great sessions from James Aimonetti on #Erlang #distribution and @mtrudel.bsky.social on #HomeKit integration.
Я пишу бэкенд на Gleam. Вот что я понял за полгода У меня двадцать лет в IT. Большую часть этого времени я проекти...
#Gleam #BEAM #Erlang #функциональное #программирование #Яндекс #Алиса #Redis
Origin | Interest | Match
AtomVM v0.7.0-alpha.0 is out: github.com/atomvm/AtomVM/releases/t...
Biggest release yet: distributed Erlang, JIT, crypto, ETS, big integers, OTP-28/29 support, new chips, and much more.
#AtomVM #Erlang #Elixir #Gleam #LFE #ESP32 #RaspberryPi #STM32
TIL that Erlang's `+sbt tnnps` stands for "thread_no_node_processor_spread". It gave us +34% NUTS sampling throughput on a dual-socket Xeon: #elixir #myelixirstatus #erlang #numa
github.com/borodark/eXM...
Проект Hornbeam — новый способ задеплоить ваше приложение на питоне Здравствуйте, дорогие читатели! Сегодня я ...
#python #erlang #nogil #ml #beam
Origin | Interest | Match
📣 Big step forward for DNSimple, our name servers now run a hybrid Erlang + Elixir stack on the BEAM. Core DNS logic stays in Erlang for performance and reliability, while higher level orchestration moved to Elixir for better tooling and testing.
#erlang #beam #elixir
I'm very curious about the JIT/AOT compiler in #AtomVM. How does it compare to #BeamAsm when it comes to performance? #BEAM #Erlang #elixirlang #gleamlang
I’ve had zero interest in projects outside of work. I think this is a good thing ultimately but I miss #gleamlang and #erlang
Our Elixir & Erlang Munich - March 2026 Meetup has just been announced!
This time we'll have @j4nk.dev demonstrating how to integrate Rust into a Phoenix LiveView application using WebAssembly in the browser and Rustler in the backend.
www.meetup.com/elixir-munic...
#Elixir #Erlang #Rust #Meetup
Criando um MMO RPG com Erlang, PostgreSQL, Zig, Nix e gambiarra / Marcos Benevides / GambiConf 2025 @gambiconf.dev
#Erlang #WeBEAMtogether
www.youtube.com/watch?v=RJWm...
"The runtime that was ready for AI all along"
#ElixirLang #Erlang #BEAM
www.youtube.com/watch?v=dKaZ...
What happens when you build the strongest possible version of isolation?
Essay 2 in the concurrency problem series.
causality.blog/essays/the-i...
#concurrency #programming #erlang
The venue for Code BEAM Europe looks PROMISING!
codebeameurope.com
#elixirlang #erlang #gleam
I don’t know yet what cool #elixirlang stuff that is but it clearly needs more visibility #elixir #erlang #beam
Is there any serious effort to increase performance of the #BEAM? Is the LLVM JIT effort still alive? I would like to use #Gleam, but performance seems to be an issue for all but the typical BEAM use cases.
#erlang #elixir
👀 variantsystems.io/blog/beam-ot... #ElixirLang #Erlang #BEAM
On no. There's even more ways I'll be putting the #Erlang #beam into what I do. 😂 Basically #Python now has a new ASGI called #hornbeam.
I don't think I can ignore this amazingness. 😁
hackney 3.2.1 is out! Bug fixes for pooled connections, HPACK decoding, and HTTP/2 frame handling. github.com/benoitc/hack...
#Erlang #HHTP #HTTP2 #HTTP3
#DevOps #Elixir #Erlang #Java #Node.js #PostgreSQL #Redis #Spring #Boot #System #Admin
Origin | Interest | Match
Last chance to the better price on La Machine. The first AtomVM product, Erlang on a microcontroller. A neat art object.
Eagerly awaiting mine.
la-machine.fr/en
#elixirlang #erlang
News includes Hackney v3.1.0 with pure #Erlang HTTP/3 support, Hornbeam running #Python apps on the BEAM, the Easel Canvas 2D drawing library for #LiveView, Hologram v0.7.0 reaching 96% Erlang runtime coverage, and more! #ElixirLang @elixir-lang.org www.youtube.com/watch?v=DBuH...
Are there other programming languages other than #RakuLang and #Erlang that have multiple dispatch selection based on expression?
E.g.
multi sub paths(IO() $path where * cmp '/' === Same) { $path }
or
fib(X) when X <2 ->
1;
(randomly selected from my computer.)
Timeflies with F# on Fable Beam (Fable v5 teaser) #fsharp #fablecompiler #erlang
Hornbeam 1.0.0 – run Python web apps on the Erlang VM.
9x faster than Gunicorn. 10x lower latency. Zero failed requests.
Shared state via ETS. Distributed RPC. WebSocket pub/sub. No GIL bottleneck
github.com/benoitc/horn...
hornbeam.dev
#opensource #python #erlang #webdev
hackney 3.1.0: HTTP/3 now pure Erlang
Removed ~1.3M lines of C code. No CMake, Go, or C compiler needed.
Just `rebar3 compile`.
github.com/benoitc/hackney/releases/tag/3.1.0
#Erlang #HTTP3 #QUIC