#GleamLang
Late afternoon stream time! Starting up in just a few minutes from now, at 4:00PM CST, let's do some #GameDev in #GleamLang!

www.youtube.com/live/UGQzuXZ...

@gleam.run
Game Development in Gleam, with Tiramisu
Starting a new series in preparation for the Gleam Gamejam! Let's figure out how to work with Tiramisu, a framework for building games that run in your browser.
www.youtube.com
November 9, 2025 at 9:59 PM
That was fun! We learned how to boot up a new #Tiramisu app, add some interactivity (rotate the camera with mouse), and load a GLTF model from the web. Let's do it again next week!

www.youtube.com/@seancribbs

#GleamLang #GameDev #Gfx @gleam.run
November 10, 2025 at 12:31 AM
Thanks for attending! We got caught up in propagating more type information through our passes, but we are close to being ready to update the graph coloring algorithm to account for tuples. See you next week:

www.youtube.com/@seancribbs

#EssentialsOfCompilation #GleamLang @gleam.run
October 19, 2025 at 9:05 PM
I really wish I could spend more time with #gleamlang #unisonlang and #racketlang. Can you buy time yet?
October 17, 2025 at 5:43 PM
Thank you for attending my super-long bonus stream, and thanks @giacomocavalieri.me for the glam library! If you want to see the fruits of our labors, check out the updated Web UI:

seancribbs.com/essentials-o...

Hope to see you again on Sunday!

#EssentialsOfCompilation #GleamLang @gleam.run
October 13, 2025 at 9:56 PM
Only need to write some documentation and I can release my #gleamlang opinionated encryption library 😊
September 28, 2025 at 2:02 AM
announcing: gleam2nix!

build gleam applications with nix, and integrate them into your nix workflows! take advantage of the nix ecosystem in your gleam build process!

docs: gleam2nix.foxgirl.engineering
code: git.isincredibly.gay/srxl/gleam2nix

#gleam #gleamlang #nix #nixos #erlangotp #otp #beam
gleam2nix
tools for building gleam projects with nix
gleam2nix.foxgirl.engineering
September 25, 2025 at 11:30 AM
Wow, what a session! We learned about two-space copying garbage collection and injected allocation with GC into the AST. Next week, we'll look more closely at the collector's C code and updating additional passes.

L&S: youtube.com/@seancribbs

#EssentialsOfCompilation #GleamLang @gleam.run
September 21, 2025 at 9:15 PM
Forgot to announce on here, but streamed some #gleamlang this morning! Using gleeunit, I can now automatically create/destroy a database from a template for tests with pog www.twitch.tv/videos/25694...
[Gleam] one database per test with gleeunit - chiroptical on Twitch
chiroptical went live on Twitch. Catch up on their Software and Game Development VOD now.
www.twitch.tv
September 18, 2025 at 1:05 PM
Gleam, as a canvas for laying out concepts, with Raúl Chouza
Live now
#GleamLang
www.youtube.com/watch?v=1h3Z...
Gleam, as a canvas for laying out concepts, with Raúl Chouza
YouTube video by Fronteiras da Engenharia de Software
www.youtube.com
September 16, 2025 at 7:10 PM
#gleamlang. I hadn’t seen this yet. Hoogle is a superpower.
nuv.sh ollie @nuv.sh · Sep 11
Gleam has gloogle 👀 gloogle.run
Gloogle
gloogle.run
September 11, 2025 at 1:07 PM
Vou adorar ter uma palestra sobre algo de #GleamLang na Elixir Curitiba 2025. Quem se habilita?
May 10, 2025 at 12:43 PM
We did it! It's still not ideal (PRs welcome), but it's LIVE:

seancribbs.com/essentials-o...

See you next week, like, subscribe, etc:

www.youtube.com/@seancribbs

#EssentialsOfCompilation #GleamLang @gleam.run
September 7, 2025 at 9:15 PM
"When I was about to go on paternity leave, the Gleam programming language reached 1.0. It's such a small language that I was able to learn it over the span of two days."
#GleamLang
snarky.ca/my-impressio...
My impressions of Gleam
When I was about to go on paternity leave, the Gleam programming language reached 1.0. It's such a small language that I was able to learn it over the span of two days. I tried to use it to convert a ...
snarky.ca
January 23, 2025 at 10:56 AM
Thanks for attending, especially the new folks! We'll probably start Chapter 4 next Sunday, so don't miss out (like, comment, subscribe, you know the drill):

www.youtube.com/@seancribbs

#EssentialsOfCompilation #GleamLang
April 21, 2025 at 8:28 PM
🎯 This DYK is part of the The BEAM DYK Pocketook.

You can show your support by visiting the landing page for the book at leanpub.com/thebeamdykpo... to subscribe to be notified when I publish it.

#ElixirLang #Erlang #GleamLang #Devs #Programming
The BEAM DYK Pocketbook
Let’s dive into the BEAM ecosystem, where failure is seen not as a disaster but as an opportunity to recover and move forward. Here, fault tolerance, concurrency, distribution, and reliability are fun...
leanpub.com
February 8, 2025 at 3:02 PM
Day 8: Some unremarkable vector math here. I initially misunderstood the assignment, but luckily my code was the right kind of modular to be easily fixed.

#adventofcode #gleamlang

github.com/nathanielkni...
aoc2024/src/y2024/d08/solve.gleam at main · nathanielknight/aoc2024
Advent of Code 2024. Contribute to nathanielknight/aoc2024 development by creating an account on GitHub.
github.com
December 10, 2024 at 7:20 PM
Thanks for attending, the feedback was great! Next week we start on the VERY EXCITING topic of register allocation, so be sure to subscribe so you don't miss it.

VOD: www.youtube.com/live/H7jfpU6...

See you then!

#EssentialsOfCompilation #GleamLang #Compilers
March 23, 2025 at 9:12 PM
I’ll probably also re-write it in #gleamlang because I want static types.
August 6, 2025 at 1:21 AM
Thanks for attending! We untangled complicated expressions and still mostly got the right answer. 😅

See you next week as we massage our way to concrete x86 assembly:

youtube.com/@seancribbs

#EssentialsOfCompilation #GleamLang
It's Sunday again and time to code! We pick up with adding boolean logic to some of the more brain-bending phases of our compiler written in @gleam.run. Join me in about 25 minutes!

youtube.com/live/gCrRZcr...

#EssentialsOfCompilation #GleamLang
Essentials of Compilation, in Gleam - Chapter 4.8+: Booleans and Conditionals Passes
YouTube video by Sean Cribbs
youtube.com
June 15, 2025 at 8:38 PM
Happy Sunday! Let’s learn how our tuples get translated into x86 assembly today. Live at 1:30pm CDT doing #EssentialsOfCompilation in #GleamLang:

www.youtube.com/live/IztTGRh...

@gleam.run
Generating x86 Assembly with Runtime Allocation, Chapter 6.6+ - Essentials of Compilation, in Gleam
YouTube video by Sean Cribbs
www.youtube.com
October 12, 2025 at 5:42 PM
Some changes I plan on making:

1. The group will have a wide focus on the wider BEAM ecosystem, even if we usually talk Elixir. It was always meant to be inclusive, so we’ll be changing its name to suit. (👋 #GleamLang, #AtomVM, etc). Name? TBD, but something BEAM-y.
June 12, 2025 at 1:17 AM
Just started sponsoring @lpil.uk for all his incredible work on gleam.run really enjoy watching this language evolve #GleamLang #ElixirLang #Erlang
Gleam Language
The Gleam programming language
gleam.run
November 14, 2024 at 4:22 PM
We are going to have an episode on the "Elixir em Foco" podcast about Gleam.
Did you know there is a newsletter with news about Gleam?
#GleamLang
bit.ly/3Q4qujt
Gleam Weekly
GleamWeekly is handpicked articles and community news delivered to your inbox in one weekly email.
bit.ly
February 6, 2025 at 3:48 PM