







An interactive introduction and reference to the Gleam programming language.
A field day for Gleam’s language server | Gleam programming language
News post: Gleam v1.18.0 released!

Gleam programming language
Discover a friendly language for scalable, type-safe systems. Gleam comes with compiler, build tool, formatter, editor integrations, and package manager all built in.

Gleam and the value of small | Ubuntu Summit 26.04
Gleam a lovely little language - Markus Eliasson
When was the last time you programmed without using an if-statement? Ok, what about a for-loop? Recently I have been digging into the Gleam programming language. A small functional language that, as you probably guessed, neither has if-statements nor for-loops. And it has been a lovely experience.
Release v1.18.0-rc1 · gleam-lang/gleam
https://github.com/gleam-lang/gleam/blob/v1.18.0-rc1/CHANGELOG.md
Release v1.18.0-rc2 · gleam-lang/gleam
https://github.com/gleam-lang/gleam/blob/v1.18.0-rc2/CHANGELOG.md
giacomo_cavalieri - Twitch
Gleam core team - I love learning new things and functional programming - I do a bunch of Gleam and Rust on Stream!

Terminals, Ep. 1 - Rewriting Neotoma in Gleam
Under the hood of a Gleam test-framework - Markus Eliasson
During spring and summer I have been busy building a small test-framework in Gleam. Let's open the hood and see how it is designed, and why I designed it the way I did. Hopefully this can inspire you to try out Gleam, Garanti or building your own thing.
My Favorite Gleam Feature
Why are Gleam’s functions backwards compared to Erlang and Python? Specifically, why are the arguments to Gleam’s list.map in reverse order as compared Erlang’s lists.map?