Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Wouldn't hurt anything, would it?

One of Gleam's design goals is to not have multiple ways to do the same thing, so having to pick between using method chains or pipelines would work against that.

> having to import libraries to operate on basic types is suboptimal to say the least.

The language server will do this for you in a Gleam project.



I could imagine a method call done in a pipeline, but would have to work out the details. Maybe self/this or omit the variable name? Not sure how doable.

Folks recommended tools to alleviate Java verbosity back in the day as well. But you still have to read it—which unfortunately happens 100x more than writing.


Gleam dodges the problem by not having methods at all.

Totally. Gleam priorities reading over all else, and generally it is praised for being unusually easy to understand code written in it




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: