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 1.2.0 release – Fault tolerant Gleam

149 pointsby crowdhailerabout 1 year ago

12 comments

oDotabout 1 year ago
I rewrote large parts of my webapp, Nestful[0], in Gleam.<p>It&#x27;s truly a joy to use and the community is very nice. Some features are still missing (e.g, reflection), but I do agree, as a user, with the focus they&#x27;re putting on the developer experience, as evident is this release.<p>If anyone else has a Vue application they want to dabble with Gleam in, do check out vleam[1].<p>[0] <a href="https:&#x2F;&#x2F;nestful.app" rel="nofollow">https:&#x2F;&#x2F;nestful.app</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;vleam&#x2F;vleam">https:&#x2F;&#x2F;github.com&#x2F;vleam&#x2F;vleam</a>
评论 #40524444 未加载
brabelabout 1 year ago
Amazing how Gleam is moving forward. It seems it&#x27;s now pretty mature and with great tooling support?!<p>Is it fair to call Gleam an Erlang with modern syntax and a HM type system?<p>It seems it can also compile to JS (not just Erlang&#x27;s Beam VM) - is the JS target as well supported?<p>Is performance just the same as Erlang (when compiled to Beam) or there&#x27;s differences?<p>Why would someone use Beam instead of Elixir (they now have optional types - not sure how well those work though)? Is there really demand for more than one modern language on top of Erlang&#x27;s VM?
评论 #40499956 未加载
brianzelipabout 1 year ago
Here&#x27;s an informing podcast episode with Gleam&#x27;s maintainer, <a href="https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;588" rel="nofollow">https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;588</a>.
tombertabout 1 year ago
I&#x27;ve never heard of Gleam. Out of curiosity, what does it buy you over something like Elixir? Or rather, why do people prefer it over Elixir (or vanilla Erlang or Joxa or LFE)?<p>ETA: I&#x27;m an idiot, I didn&#x27;t see the &quot;type safe&quot; word on there. That is something worth considering.
评论 #40499158 未加载
评论 #40499127 未加载
评论 #40499040 未加载
评论 #40499047 未加载
OtomotOabout 1 year ago
I&#x27;ve been experimenting with gleam the last couple of days.<p>Not sure whether I will stick with it or leptos&#x2F;axum or leptos&#x2F;salvo.rs but I find it very pleasing to work with and the community is super nice!
cosmic_quantaabout 1 year ago
Fault-tolerant compilation is very cool. The Haskell ecosystem is moving towards it as well: <a href="https:&#x2F;&#x2F;github.com&#x2F;haskellfoundation&#x2F;tech-proposals&#x2F;pull&#x2F;63">https:&#x2F;&#x2F;github.com&#x2F;haskellfoundation&#x2F;tech-proposals&#x2F;pull&#x2F;63</a>
SwiftyBugabout 1 year ago
I&#x27;m jumping in the Gleam wagon as soon as something like Elixir&#x27;s Phoenix LiveView is available.
评论 #40499773 未加载
评论 #40500010 未加载
gdsdfeabout 1 year ago
That actually looks like an interesting language, I wonder if it&#x27;s easy to target wasm with Gleam !?
2wristabout 1 year ago
Class! It’s a lovely language and a nice community. Love to see it make progress.
_xiviabout 1 year ago
Related:<p>Gleam: a type safe language on the Erlang VM - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38183454">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38183454</a> - Nov 2023 (242 comments)<p>Gleam: A statically typed language for the Erlang VM - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22902462">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22902462</a> - Apr 2020 (109 comments)<p>Gleam 0.15 - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27061500">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27061500</a> - May 2021 (78 comments)
ModernMechabout 1 year ago
I thought that since Gleam is build for BEAM, it should be good at concurrency? I thought that was its whole angle, but there&#x27;s not a mention of concurrency at all in the docs, it&#x27;s not built into the standard library, and apparently this is all they offer: <a href="https:&#x2F;&#x2F;hexdocs.pm&#x2F;gleam_otp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hexdocs.pm&#x2F;gleam_otp&#x2F;</a><p>If Gleam is good at concurrency why aren&#x27;t they telling anyone about it, and if it&#x27;s not good at concurrency what even is the point of it?
评论 #40500422 未加载
avsteeleabout 1 year ago
Interesting language. Great web page.<p>I find it off-putting to have politics as the third thing on the home page though. Makes me think there is going to be a scissor that cuts the community apart at some point.<p>(&quot;As a Gleam community, we need to have a position on Israel-Palestine!&quot;)
评论 #40501306 未加载
评论 #40499703 未加载
评论 #40499717 未加载