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 VS2008: Installation failsHi,I tried to install Axum for VS2008 more than one time. The installer is causing a "VS2008 has encountered an error" to appear, which in t... moreSunday, Nov 8 by Banjobeni
Functions return `read????Ok I tried to make a network of functions. One returns a schema and another gets that same schema, but compiler says there diffrent types (technicly a... moreSaturday, Nov 7 by Buttink
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
Featured Video
Building Your First Axum Application