axum

What is this new Axum programming language?

I read this story on slashdot today where they announce a new parallel programming language by Microsoft. What is this new programming language about? It says Parallel Programming. But is it going to be an alternative/replacement for MPI, PVM, OpenMP and similar parallel libraries/frameworks? Any thoughts? ...

Best .NET language for Concurrent programming

This may be a question that others have seen, but I am trying to find the best language for concurrent programming that can run on the .net platform. I have been doing side development in erlang to get a feel for the language and have loved how easy it is to get a stable concurrent or even distributed system up. It led me to scala wh...