As I mentioned in my last Axum post, the way I like to get the hang of a new language is to do the first 15 Euler challenges in that language. Whilst this rarely helps me become proficient in any new language, rather highlight how well I can write C# in any paradigm, it does help me get familiar with...
Entries categorized 'Axum' ↓
Axum - Euler 1 Part 1
Monday, February 01 2010 - Axum
Axum - The AdderAgent example part 2
Friday, January 22 2010 - Axum
In my last post, I looked at the Adder code given in the Axum Programmer's guide, comparing it with an equivalent C# example. When learning a new language, I am always faced with the same dilemma, namely, how do I become proficient with this language as it was meant to be used. I write a very good C#...
Axum - The AdderAgent example part 1
Friday, January 15 2010 - Axum
I have recently been taking a look at the Microsoft incubation project Axum . I'm not going to spend too much time explaining what it is, there is some very good information on the homepage , as well as in the recent Hanselminutes Axum podcast . The home page describes the project as follows. Axum is...
