gleam

Tag

Cards List
#gleam

Gleam has mirrored its source code on tangled (an AT-protocol based forge)

Lobsters Hottest · 4d ago Cached

Gleam, a type-safe programming language, has mirrored its source code on tangled, a forge built on the AT Protocol.

0 favorites 0 likes
#gleam

Abstracting effects with continuations

Lobsters Hottest · 2026-07-15 Cached

This article demonstrates how to use continuations in the Gleam programming language to abstract over different computational effects like error handling and async, enabling reusable business logic.

0 favorites 0 likes
#gleam

Closing a three-year-old issue using Rust arenas

Lobsters Hottest · 2026-07-12 Cached

A Gleam core team member improved the language's pretty printer performance by replacing boxed documents with arena-allocated references, reducing peak memory usage by 10% and closing a three-year-old issue.

0 favorites 0 likes
#gleam

Gleam Gathering 2026 Lighting Talks

Lobsters Hottest · 2026-06-29 Cached

The lightning talks at Gleam Gathering 2026 covered OpenTelemetry instrumentation, Luster HTML vs SPA, a receipt printer DSL, a humorous build process for a native backend, and Minecraft data generation, showcasing practical tools and experimental projects in the Gleam ecosystem.

0 favorites 0 likes
#gleam

Armadillo – A DNS Server in Gleam for Homelab Use

Hacker News Top · 2026-06-28 Cached

Armadillo is a self-hosted DNS server written in Gleam for homelab use. It checks local records first and forwards unknown queries to an upstream resolver, with a configurable zone file and ETS caching.

0 favorites 0 likes
#gleam

Learning Lustre: Type-safe frontend development

Lobsters Hottest · 2026-06-18 Cached

A blog post detailing the author's experience learning Lustre, a type-safe functional frontend framework for Gleam, focusing on its Model-View-Update architecture and benefits for building web applications.

0 favorites 0 likes
#gleam

OTP and Gleam

Lobsters Hottest · 2026-06-11 Cached

Gleam language creator Louie deeply explains the core concepts of OTP, and how Gleam works with OTP in a type-safe manner, achieving fully compatible inter-process communication and supervisor building blocks with Erlang/Elixir.

0 favorites 0 likes
#gleam

Gleam and the value of small

Lobsters Hottest · 2026-06-07 Cached

Gleam is a deliberately concise functional programming language that enhances readability and developer experience by reducing keywords and avoiding repetitions. Its design philosophy is 'less is more'.

0 favorites 0 likes
#gleam

Gleam v1.17.0

Hacker News Top · 2026-06-02 Cached

Gleam v1.17.0 introduces the `gleam export escript` command for creating single-file BEAM programs, highlight references in the language server, and constant `todo` expressions. The first Gleam Gathering conference videos are also released.

0 favorites 0 likes
#gleam

Reasons and Resources for Learning The Gleam Programming Language

Lobsters Hottest · 2026-06-01 Cached

Introduces five major reasons to learn the Gleam programming language (cross-platform, type safety, concise design, functional paradigm, active ecosystem) along with practical introductory resources, from an official website tour to Exercism.

0 favorites 0 likes
#gleam

EYG: Host of CLI improvements, new guides and new effects

Lobsters Hottest · 2026-05-25 Cached

EYG CLI receives new commands (eval, check, script, shell), flags, pretty printing via the glam library, improved error output, easier installation, and new effects like DeleteFile, Env, Hash, Now, Random, Sleep. New guides are also published.

0 favorites 0 likes
#gleam

10,000 Lines Later: When a Tool Became a Compiler - Rob Durst - Gleam Gathering 2026

Lobsters Hottest · 2026-05-24 Cached

At Gleam Gathering 2026, Rob Durst shared how he rewrote a YAML-to-Terraform configuration tool as a compiler using Gleam, and how he came to appreciate the power of type-driven design and the decoder pattern.

0 favorites 0 likes
#gleam

Core Team Panel - Gleam Gathering 2026

Lobsters Hottest · 2026-05-14 Cached

Gleam core team shared personal stories, plans for 2026, how to maintain a friendly community atmosphere, and views on AI coding tools at the 2026 Gathering.

0 favorites 0 likes
#gleam

GitHub Actions for a Gleam monorepo

Lobsters Hottest · 2026-04-22 Cached

A developer shares their GitHub Actions setup for testing a Gleam monorepo with separate BEAM and JavaScript runtimes, using matrix strategies and strict formatting checks.

0 favorites 0 likes
← Back to home

Submit Feedback