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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Er.js: Erlang-in-JavaScript

5 点作者 mk将近 17 年前

2 条评论

mleonhard将近 17 年前
Erlang's two most important features are finding their way into many languages:<p>- Message passing with mailboxes and pattern matching receive statements<p>- Supervision trees, allowing the separation of function code and error handling
rvirding将近 17 年前
I hate quoting myself but:<p>Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of half of Erlang.<p>With all respect to Greenspun.