HN Hall of Fame Weekly email

Gleam: A statically typed language for the Erlang VM

Screenshot of gleam.run captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 6 calendar years, with breakout response in 3 of them.

submissions
9
submitters
8
observed span
2019–2026
peak thread · 236 comments
331 pts
latest 20+ return · 2026-01-14
273 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

As someone familiar with Rust who has been interested in Erlang/Elixir, but hasn't taken the plunge, this could offer an really nice compromise for helping to learn without necessarily needing to start from scratch. It definitely seems worth keeping an eye on! Also, as an aside, I have to say that I'm a big fan of the proliferation of educational documentation written using the mdbook format. Since the compiler is written in Rust, I'd imagine that's where the author drew…

qchris·331-point thread·

I'm really impressed by the syntax. I have yet to find a piece of syntax I wouldn't like. Labelled arguments for example are delightful: pub fn replace( in string: String, each pattern: String, with replacement: String, ) { // The variables `string`, `pattern`, and `replacement` are in scope here } replace(in: "A,B,C", each: ",", with: " ")

xixixao·325-point thread·

Coming from Elixir, I gave Gleam a try for a couple of days over the holidays. Reasons I decided not to pursue: - No ad-hoc polymorphism (apart from function overloading IIRC) means no standard way of defining how things work. There are not many conventions yet in place so you won’t know if your library supports eg JSON deserialization for its types - Coupled with a lack of macros, this means you have to implement even most basic functionality like…

pkos98·273-point thread·

If you like Erlang or Elixir, you will love Gleam.

poggies·3-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
3

100+ points or 50+ comments

Total points
952

reference only — not used in Hall rules or ranking

Total comments
523

reference only — not used in Hall rules or ranking

Every submission