Mood:

Now Playing: 'Love Me Some Cornpone' Southern aristocrat throws town drunk in baker's oven.
Topic: Microsoft and VCSY
Now that Microsoft has elected to ignore the cease and desist on patent 6,826,744 served February 7, 2007, I suppose they've decided to lure all the developers out there into further infringement against the patent and other property Vertical owns.
"The biggest Mix '07 announcement made on opening day of this week's show was one that Microsoft didn't call out in any of its own press releases: Microsoft is making a version of its Common Language Runtime (CLR) available cross-platform."
Uhhh... You'll need 7,076,521 also, Mister Oz, in order to pull off an arbitrary version of what you're doing. Are you saying you're infringing against this patent ALSO? tsk tsk tsk You would think smart people would act smarter by design.
April 30th, 2007
Mix ’07’s sleeper announcement: Cross-platform CLR
Posted by Mary Jo Foley @ 4:57 pm Categories: Corporate strategy, Development tools, .Net Framework, Code names, Silverlight (wpf/e), MIX07I agree with my ZDNet blogging colleague Ryan Stewart. The biggest Mix '07 announcement made on opening day of this week's show was one that Microsoft didn't call out in any of its own press releases: Microsoft is making a version of its Common Language Runtime (CLR) available cross-platform.
The CLR is the heart of Microsoft's .Net Framework programming model. So, by association, the .Net Framework isn't just for Windows any more.
Silverlight 1.1, an alpha version of which Microsoft has made available for download, includes a very slimmed down version of the CLR, plus the newly announced Dynamic Language Runtime (DLR). Silverlight will plug into Internet Explorer, Mozilla and Safari browsers, meaning the slimmed-down CLR will run on these platforms, as well.
Microsoft calls the streamlined CLR the "Core CLR." (The Core CLR's codename was Tolesto, which happens to be one of the moons revolving around Saturn, according to the Softies.) The Core CLR will include the garbbage collection, type system, generics and many of the other key features that are part of the CLR on the desktop. It won't include COM interop support and other features "that you don't need inside a browser," the Microsoft execs say.
Microsoft is not opening up the source code to the Core CLR. It is opening the code to the DLR by posting it to the Microsoft CodePlex source-code repository under a Shared Source Permissive license.
Any non-Microsoft developers out there keen on seeing the CLR go cross-platform?