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.

Building Polyglot (Scala/Erlang) Systems With Scalang

36 pointsby nwjsmithover 13 years ago

2 comments

jdefargeover 13 years ago
Their claim is: Erlang is good for building scalable distributed systems. Scala has actors too, but Erlang is more than actors (a lot more!). It's a language created to build distributed systems and highly scalable servers.<p>On the other hand, Scala is good for data crunching and mutable/immutable data processing. And you'd have a hard time dealing with mutable data on Erlang. As they are building a highly scalable data analytics system, it makes a lot of sense to couple the two languages. But I guess Akka is good enough to the other 98% of the use cases you may ever find. ;)
评论 #3046221 未加载
noelwelshover 13 years ago
Compatible type systems: lol :)<p>Can anyone expand on the "complementary set of features"? One of the biggest selling points for Scala is Akka, which is basically trying to implement Erlang (as I see it). I'm not very experienced with Erlang, so what's missing from Akka?
评论 #3045047 未加载