https://github.com/mbuhot/glyn #WhyBotherNamingIt #Gleam #HackerNews #Humor #HackerNews #ngated
Glyn: Type-safe PubSub and Registry for Gleam actors with distributed clustering
https://github.com/mbuhot/glyn
#HackerNews #Glyn #Gleam #PubSub #TypeSafe #DistributedClustering #ActorSystem
Finnish people don't read this toot, thank you.
I maintain a few packages in the BEAM ecosystem (in Elixir and Gleam). I also sometimes blog about related things. If you'd like to support that, and you're not from Finland, you can do so now at https://liberapay.com/Nicd (Finnish users are blocked). It also acts as a bit of a showcase of things I've done, although I still need to add some things.
The first ever Gleam conference is being held February next year in Bristol, UK: https://gleamgathering.com
#Gleam running on js is so much more complex to bind js packages, it’s not worth it.
Gleam
Dict(#(“hi”, “found it”),) = root.array.find(e=>e.k=“hi”).v
Rescript let o = {hi: “found it”} = o.hi
Is Gleam production ready?
https://fed.brid.gy/r/https://lindbakk.com/blog/is-gleam-production-ready-part-1
I'm learning a new programming language #gleam https://gleam.run/
It is built on #erlang which is great for doing things like streaming real-time things, so naturally I use it to write an APRS bot. It is still a work in progress. I'll post the code when I feel like it is in a state that's not embarrassing to share.
#gleam on JavaScript is a bad fit, will give #PureScript a go, Haskell but with the huge npm ecosystem. How purescript’s ffi handles will be a deciding factor.