Gleam v1.17.0
figbert
111 points
11 comments
June 02, 2026
Related Discussions
Found 5 related stories in 783.1ms across 14,015 title embeddings via pgvector HNSW
- Gleam Is Now on Tangled nerdypepper · 223 pts · July 18, 2026 · 68% similar
- 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
- Gloat compiles Clojure and YAMLScript to Go code, native binaries and WASM adityaathalye · 18 pts · June 18, 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?