
Have you seen the latest Gleam Weekly? Lustre is getting a substantial upgrade to dev tools and Gleam OTP now includes a "factory supervisor" for starting children dynamically based on a template
#Tag
Have you seen the latest Gleam Weekly? Lustre is getting a substantial upgrade to dev tools and Gleam OTP now includes a "factory supervisor" for starting children dynamically based on a template
Have you seen the latest Gleam Weekly? Lustre is getting a substantial upgrade to dev tools and Gleam OTP now includes a "factory supervisor" for starting children dynamically based on a template
A big thank you to dnsimple for renewing your sponsorship of our Foundation! 🙌
Your continued support is vital to growing our community ❤️ Let’s keep building together!
👉 https://dnsimple.com/
#Erlang #Elixirlang #Gleam
A big thank you to dnsimple for renewing your sponsorship of our Foundation! 🙌
Your continued support is vital to growing our community ❤️ Let’s keep building together!
👉 https://dnsimple.com/
#Erlang #Elixirlang #Gleam
What if the BEAM got hit by a worm? 🪱
We’ve been lucky so far — but luck runs out.
The Ægis Initiative is how we defend our ecosystem.
👉 Read more & support: https://erlef.org/blog/eef/beam-worm
#Erlang #Elixirlag #Gleam
announcing: gleam2nix!
build your gleam applications with nix, and integrate them into your nix-powered workflows! run ci builds with dependency caching, deploy your apps to nixos machines, and take advantage of the wide nix ecosystem in your gleam build process!
check out the documentation at https://gleam2nix.foxgirl.engineering/
source code: https://git.isincredibly.gay/srxl/gleam2nix
#gleam #gleamlang #nix #nixos #erlangotp #otp #beam
What if the BEAM got hit by a worm? 🪱
We’ve been lucky so far — but luck runs out.
The Ægis Initiative is how we defend our ecosystem.
👉 Read more & support: https://erlef.org/blog/eef/beam-worm
#Erlang #Elixirlag #Gleam
announcing: gleam2nix!
build your gleam applications with nix, and integrate them into your nix-powered workflows! run ci builds with dependency caching, deploy your apps to nixos machines, and take advantage of the wide nix ecosystem in your gleam build process!
check out the documentation at https://gleam2nix.foxgirl.engineering/
source code: https://git.isincredibly.gay/srxl/gleam2nix
#gleam #gleamlang #nix #nixos #erlangotp #otp #beam
My Gleam status: Hating NIFs so much that I'm implementing argon2 by calling the command line program via a port. Yeah I'm a NIF hater and proud of it.
Wish I could do the same for SQLite.
oh wow, #gleam has almost 1000 packages available on hex.pm
https://packages.gleam.run/
oh wow, #gleam has almost 1000 packages available on hex.pm
https://packages.gleam.run/
oh wow, #gleam has almost 1000 packages available on hex.pm
https://packages.gleam.run/
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 1.12 was released yesterday again with great improvements: https://gleam.run/news/no-more-dependency-management-headaches/
Gleam 1.12 was released yesterday again with great improvements: https://gleam.run/news/no-more-dependency-management-headaches/
I'm speaking at CodeBEAM Europe 2025! 😁
I'll be exploring how Gleam's type system naturally fits with Domain-Driven Design principles. The language's structs, union types, and functional approach let you model business domains in ways that are both technically sound and genuinely understandable to domain experts.
Plus, you get all the reliability and concurrency benefits that come with running on the BEAM.
See you in Berlin this November!
#CodeBEAM#Gleam#DDD#FunctionalProgramming#BEAM#Elixir#Erlang
I'm speaking at CodeBEAM Europe 2025! 😁
I'll be exploring how Gleam's type system naturally fits with Domain-Driven Design principles. The language's structs, union types, and functional approach let you model business domains in ways that are both technically sound and genuinely understandable to domain experts.
Plus, you get all the reliability and concurrency benefits that come with running on the BEAM.
See you in Berlin this November!
#CodeBEAM#Gleam#DDD#FunctionalProgramming#BEAM#Elixir#Erlang
Gleam is an interesting new functional programming language. It is an ML-family language with syntax very similar to Rust, but it's not a replacement.
If you like Rust and don't like Go (or Elixir's Ruby syntax), Gleam might be worth considering for I/O bound applications needing high concurrency.
Gleam can also replace Elm on the browser. Code written in Gleam is apparently 30% faster than hand-written JavaScript.
A space for Bonfire maintainers and contributors to communicate