DevLabs: Axum
About Axum
Announcing the next version (0.2) of Axum, incorporating many of your requests and suggestions. First, we fixed a few usability issues, such as ability to change fonts and colors of the Axum language elements. We've added support for the recently released Beta1 of Visual Studio 2010. We've also made it possible to use Axum even if you don't have any version of Visual Studio - just download the command-line compiler (AxumLite.zip) and use an editor/IDE of your choice. Finally, we've fixed a few bugs. Check out a detailed list of changes on the Axum Team blog.
Axum is a language that builds upon the architecture of the Web and principles of isolation, actors, and message-passing to increase application safety, responsiveness, scalability, and developer productivity.
Other advanced concepts we are exploring are data flow networks, asynchronous methods, and type annotations for taming side-effects.
Is Axum a Product?
As an incubation project, Microsoft has made no commitment to ship Axum as a supported product. The form (i.e. syntax, runtime, features, and ecosystem) is subject to change to any degree and at any time.
Should I Use Axum?
Yes! We are incubating Axum to solicit feedback from our customers and validate Axum's value propositions. Your feedback is the biggest factor in the success of Axum, whether it will become a product and, most important, whether it can help make parallel programming safer, more scalable, and more productive. Use Axum if you want to prototype a parallel application, contribute to an exciting new technology, or just have general interest in programming languages. Axum is a nascent and experimental technology and, as such, should not be used in production code.
See more DevLabs projects >
Feedback
Give feedback about Axum in the DevLabs Forums.
Axum for Inter Process CommunicationHiHaving tried Axum in version 1.0, i find that the concepts are great. However, I don't think I will ever need to use it in a single process, as ther... moreTuesday, Nov 3 by Banjobeni
Axum vs. Multi ThreadingWhat is the difference between multi threading and Axum?Bill Gates look out!... moreWednesday, Sep 23 by Bill Gates II
Featured Video
Building Your First Axum Application