My first gleam library! https://github.com/mbuhot/glyn
It's a wrapper over syn (https://github.com/ostinelli/syn) that integrates with Gleam's typed actor system with Subjects and Selectors.
Creating this finally made the typed actor system to click for me, I had to re-wire my brain after years of untyped messaging in Elixir 🙂
Being able to select_map multiple Subjects into a single Actor mailbox feels like a new super power.
My next goal is to use this to build a distributed chat app with websockets in Wisp.