TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Erlang Runtime System

169 点作者 doctor_phil大约 1 年前

4 条评论

doctor_phil大约 1 年前
Past discussions:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14061985">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14061985</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23718278">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23718278</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17003897">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17003897</a>
doctor_phil大约 1 年前
I found this book very helpful as a supplement to &quot;Crafting Interpreters&quot;. The BEAM has a lot of interesting features that many mainstream languages don&#x27;t. I found the parts about processes, tagging, memory and reduction counting (chapters 3-5 and 11) especially interesting.<p>The book is clearly very unfinished still, but what exists is very good. Got my mind spinning on what a good statically typed language running on a VM could look like.
评论 #39372653 未加载
krab大约 1 年前
How do the supervisor trees avoid a single point of failure? Let&#x27;s say I build &quot;etcd in Erlang&quot;. How would I tell the cluster that there should be N processes running, each on a different node? And is there anything in OTP that would help me elect a leader or do I still have to implement that myself?<p>I have no experience with OTP but have read some books and did toy projects.
评论 #39371753 未加载
评论 #39372203 未加载
评论 #39372178 未加载
评论 #39371802 未加载
fcoury大约 1 年前
If you’re intereste in BEAM and, like me, prefer to digest those things on a practical application, Tsoding did a very nice video about it recently:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;6k_sR6yCvps" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;6k_sR6yCvps</a>