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.

Er.js: Erlang-in-JavaScript

5 pointsby mkalmost 17 years ago

2 comments

mleonhardalmost 17 years ago
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
rvirdingalmost 17 years ago
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.