<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13405220\x26blogName\x3dPavan+Podila\x27s+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://pavanpodila.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://pavanpodila.blogspot.com/\x26vt\x3d-3240902251102105728', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, December 23, 2005

Being the Monad

I am currently in my Thesis-writing mode and nothing can be more boring than just sitting and typing out scrolls of text. For me it is. So I decided to take breaks in between by doing something more interesting. Here I had a couple of options: WPF, Ruby or Monad.

1. I could learn more about Avalon (WPF). But I had done this before and I knew the fundamentals of XAML. So I decided to do this later.
2. I could learn more about Ruby. Again done this before, so was not too exciting. Thought I would learn more about Ruby on Rails, but again I was not too excited about that.
3. Finally I decided to explore Monad a.k.a Microsoft Shell (MSH). I first got excited by looking at Jefferey Snover's talks (here and here) on Channel9.

I am having fun exploring Monad. Today I read the book "Monad - by Andy Oakley, Oreilly Publications". Took me about 4 hrs to read cover to cover. It's a short book, about 200 pages with lots of coding examples.

Some more links to keep me going:
1. Monad General Page
2. Monad Tidbits
3. Digging .NET with Monad
4. Microsoft Script Center
5. Article about MSH on ArsTechnica