Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6182251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:10:03+00:00 2026-05-24T01:10:03+00:00

since concurrent programming becomes constantly more important, I was wondering what you think about

  • 0

since concurrent programming becomes constantly more important, I was wondering
what you think about Erlang vs. Scala in that respect. It seems to me that Scala
has a larger user base and potentially a brighter future than Erlang. Furthermore,
Scala is kind of java.

I know these questions are alway a bit subjective, but what would be the better
future investment: Erlang or Scala. Or even another language?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T01:10:03+00:00Added an answer on May 24, 2026 at 1:10 am

    Erlang has been designed for concurrent, fault-tolerant communication systems. You can easily write servers that handle large number of network connections and (thanks to one garbage collector per Erlang process) the servers can retain soft real-time characteristics (i.e., the whole server is not paused until GC finishes). You can also hot-swap Erlang code, distribute it across several nodes, etc. That’s why (arguably) the most-scalable XMPP server (ejabberd) is written in Erlang. Yaws (a web server) is another example where Erlang excels, see: http://www.sics.se/~joe/apachevsyaws.html. Riak/Couch are examples of NoSQL DB build with Erlang. These are the problems where Erlang is a great choice.

    But Erlang VM is not as fast as JVM in terms of raw computations, so as soon as you need to do something computationally intensive (e.g. financial modeling) JVM will be your preferred platform. Moreover, Erlang’s concurrency model (actors) is baked in the language. If that doesn’t fit the problem you’re trying to solve, then you won’t be happy with Erlang.

    Scala is more ‘general’ language in a sense that concurrency, horizontal scalability, or fault-tolerance is not part of the language. It is solved at the level of libraries (that’s why there are at least 3 implementations of actors in Scala). The good thing is that you can pick concurrency model that fits your domain. For example if you need software transactional memory (STM), just pick Akka and you’re good to go (http://akka.io/).

    Plus there is the whole argument that with Scala you can leverage your “JVM investments” and multitude of JVM libs.

    You didn’t give any info on what kind of software you want to write with either of those languages so it’s hard to give you a definitive answer. Having said that, given all the above, Scala may be “safer” investment than Erlang (not bashing Erlang/OTP at all, it’s a fine language/platform).

    BTW. If a single-machine concurrency is important to you Clojure (http://clojure.org/) should not be overlooked (also JVM language).

    UPDATE1: If you like what Erlang offers but not its syntax, take a look at elixir-lang.org

    UPDATE2: STM has been removed from Akka – now you have a choice (mix/match) between actors (untyped or typed) and streams.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It's been a long time since I had to deal with concurrent programming in
Since I started studying object-oriented programming, I frequently read articles/blogs saying functions are better,
Since Rails is not multithreaded (yet), it seems like a threaded web framework would
Since the release of Adobe AIR I am wondering why Java Web Start has
I'm trying to build a server that will handle many concurrent connections to iPhone
I works with ASP.NET. IMHO, the asynchronous programming support in ASP.NET is beautiful. That
I'm trying to optimize a concurrent collection that tries to minimize lock contention for
I'm afraid that this one is a little tricky since I couldn't recreate the
A (long) while ago I wrote a web-spider that I multithreaded to enable concurrent
On this MSDN page it is stated that nested installations (also called concurrent installations)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.