Gleam v1.17.0
figbert
111 points
11 comments
June 02, 2026
Related Discussions
Found 5 related stories in 87.8ms across 9,294 title embeddings via pgvector HNSW
- Packaging a Gleam app into a single executable (2025) todsacerdoti · 85 pts · March 02, 2026 · 60% similar
- Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB) teamchong · 103 pts · April 19, 2026 · 51% similar
- Show HN: Volt – front end tooling for Phoenix that runs inside the BEAM dannote · 19 pts · May 25, 2026 · 50% similar
- Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud ikessler · 39 pts · April 06, 2026 · 49% similar
- Glaze by Raycast romac · 208 pts · March 04, 2026 · 49% similar
Discussion Highlights (7 comments)
sunjester
None of the links on your website footer work?
__jonas
Lovely to see support for building escripts in the compiler. I’d be excited to see that go one step further and provide something like the deno/bun/node compile feature, allowing one to export a binary that includes the BEAM and compiled code in a single file. I know some people are working on tools like that already and it’s not trivial, but having it in the compiler would be really neat.
trescenzi
Every time I read one of these I’m impressed by the language server work. Gleam’s DX is so good.
sltr
every time I use Gleam I feel happy
Defletter
Huh, I didn't know how much I needed a "todo" type until now. So often I'll be defining a packet sumtype, or a collection, and not have created the type yet, so just use ubyte, or Object, or whatever. Having an explicit "todo" type would be amazing in other languages.
stevefan1999
Is there any AOT solution for running BEAM?
ofrzeta
Stupid question but does the Gleam website run on Gleam?