Just Speechless! I mean this video really get it! Sometimes I feel the same like japan! ;-)
Tuesday, February 5, 2008
Monday, February 4, 2008
Dynamic Languages
At Xtopia 2007 I had a chance to interview Frank Fischer the Managing Developer Evangelist from the Developer & Platform Strategy Group Germany. So Frank gives us a principle understanding of what is going on in the Functional Programing Community and what is it all about. I enjoyed that interview. As I mentioned in the Channel 8 Article, he is really the Storyteller himself. Give this guy a stage and a topic! The result? A room of enthusiast and fascinated people.
Here is the Link to the Channel8 Post:
http://channel8.msdn.com/Posts/FrankFi--Dynamic-Languages/
And here you can find the Slides of the Speech: Dynamische Sprachen – Dynamic Language Runtime
Saturday, February 2, 2008
My first English post.
So this is the first time i blog in english. i'm sorry for my bad writing but i'm just german u know. So this is just a Test!
class Program { static void Main(string[] args) { for (int i = 0; i < 10; i++) { Console.WriteLine("Test"); } } }