โ๏ธ Elixir Tip #8 - Erlang's Built-in Queue โ๏ธ
Did you know that the Erlang :queue module is one of the many data structure libraries that comes out of the box along with OTP?
#ElixirLang#Erlang#Livebook
@akoutmos In Learn You Some Erlang, we used a queue for traversing directories with CPS (continuation-passing style). Remaining files are queued for later processing, while continuations let us resume the computation after returning a result
The Elixir Volt family has a new member: Astral.
It is built on the Elixir Volt stack.
Volt moves the frontend toolchain into the BEAM instead of running it beside the app. Astral uses that for browser assets, framework islands, dev serving, and production builds, then adds the site layer on top.
The template format is HEEx-first. The frontmatter block runs Elixir.
https://t.co/ZdSgg3xzPq
Claude/Codex + Elixir + Phoenix + LiveView is such an insane superpower.
The entire stack, from low-level distributed systems modeling all the way up to the UI, is all built in one language & runtime that's easy to reason through.
I applaud @claudeai for going full TUI.
They have even attempted wrapping tables! The word-wrapping is broken though. It looks like they are wrapping white-space on to the next line.