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...
Continue reading...