TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gleam v1.3.0 – Auto-imports and tolerant expressions

26 pointsby crowdhailer11 months ago

4 comments

ducdetronquito11 months ago
Congrats for the release !<p>It’s really great to see some strong contributors alongside Louis :)<p>I&#x27;m only learning Gleam right now but the feature set already feels small, very cohesive and well thought.<p>Pipelines, function capture, use expression, pattern matching: I wish I could work with this in Python at work :&#x27;)
Jeff_Brown11 months ago
I love just the ideas in the Erlang system. I&#x27;ve tried to break into it a few times, including once or twice with Gleam, and kept getting blocked by terminology I didn&#x27;t know and couldn&#x27;t look up, or instructions that didn&#x27;t have the intended effect. I became convinced I needed a guide who already knows the system.<p>That was a few years ago, and looking back I must have been wrong -- but I tried pretty hard. (I successfully learned my way around Haskell and NixOS, which are at least roughly as esoteric, but I thought much better documented. And NicOS isn&#x27;t even that well documented )
评论 #40920575 未加载
giancarlostoro11 months ago
Gleam is an interesting gem I have not tried yet but its basically written in Rust and compiles for the BEAM VM and has types, so you get a Rustish looking syntax that builds to BEAM and to my naive eye looks like its using a lot of their libraries and looks really nice.<p>Its had a lot of polish since the last time I ever looked at it, might have to experiment with it. :)
guims76711 months ago
Congrats to the team for this release packed with great features!