[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Evolution (or the lack thereof) and future of the OpenEdge ABL

  • Thread starter Thread starter agent_008_nl
  • Start date Start date
Status
Not open for further replies.
A

agent_008_nl

Guest
dbeavon only on multicore for now: Have you seen how erlang (and elixir on top of it) handles multicore? Here a presentation from Joe Armstrong: www.youtube.com/watch And here the mindblowing movie Erlang The Movie II: The Sequel www.youtube.com/watch "Why programming languages like Java, C, C++, C#, etc.., don’t fit well in these new computing architectures? Well this is due to several factors, but let’s start talking about two that might be the most relevant: mutable state and concurrency. [..]" cabol.github.io/.../ "How can we write programs that run faster on a multicore CPU? It’s all about mutable state and concurrency.". (Programming Erlang, Software for a Concurrent World – 2007. Joe Armstrong)

Continue reading...
 
Status
Not open for further replies.
Back
Top