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.

Erlang, the next Java

20 pointsby b-manover 14 years ago

5 comments

KirinDaveover 14 years ago
I had the fortune of doing a lot of work with Erlang over the last 3 years, even helping to ship a product that relied on it for some middleware. Erlang is great for some tasks, and if you don't know it (and you're of a programming discipline) you should learn it, if only to get comfortable with Actor concurrency.<p>My newest job requires interoperability with a lot of Java code, so I've been working with Akka, using Scala. While I haven't yet been able to examine if it really can scale the same way that Erlang does, so far its been off to a fairly good start so long as you are disciplined.
jcromartieover 14 years ago
Is the ending of this paragraph a typo or a joke?<p>"One way that Erlang differs from OO languages is its emphasis on failure. Any message can fail. Processes don't raise an exception, they fail. Systems are structured as worker processes at the bottom that are likely to fail, with manager processes above them that restart the failed processes. Because programmers expect processes to fail, they"
评论 #2127824 未加载
评论 #2127778 未加载
评论 #2127763 未加载
评论 #2127846 未加载
评论 #2127753 未加载
locopatiover 14 years ago
Also, this is a 3yo talk. At what point do we say, no, no it's not (and I'm a Java guy who really likes Erlang).
评论 #2127781 未加载
评论 #2128176 未加载
discreteeventover 14 years ago
I like the article's emphasis that it is the lack of shared state that is more important than the fact that the language is functional. Also it is the "mystical view" of objects that contains all the value. Unfortunately its also the baby that some people fail to see when they want to throw out the object bathwater.
davidwover 14 years ago
I like Erlang, but it is not going to be the next Java in terms of ever ranking at the top of something like LangPop.com.