Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
963 views

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 ...
7
votes
3answers
647 views

.NET language for Concurrent programming

This may be a question that others have seen, but I am trying to find a language designed for (or with language support for) concurrent programming that can run on the .net platform. I have been ...
1
vote
1answer
87 views

Axum vs TPL, Async

Axum is a language of its own based on subset and superset of C# 3.0 and TPL is extentions added to .Net 4.0. My question is, how does Axum compare to TPL in terms of performance, implementation and ...