Submission + - MS releases new concurrent programming language (microsoft.com)
zokier writes: Microsoft has released new programming language Axum based on the actor model. It's meant to ease development of concurrent applications and thus making better use of multi-core processors. Axum does not have capabilities to define classes, but as it runs on the .NET platform, Axum can use classes made with eg. C#. Axum is in an incubation phase of development and needs feedback from developers.