IronRuby and a Paradigm Shift at Microsoft

by Nate on July 23, 2007

John Lam just announced that Microsoft will be accepting source code contributions for the IronRuby project! They’ve already impressed me by releasing the DLR, IronPython, and IronRuby under their Microsoft Permissive License, which is essentially just BSD with extra patent protections so no one sues them for a bajillion dollars. I have to admit, I didn’t think I’d see the day they’d accept community contributions to a project. More and more, it seems that Microsoft is starting to embrace open source. I don’t think they’re going to GPL the Windows source anytime soon, but opening the source of developer projects is a big step.

I can’t wait for the DLR… I’m hoping they can make IronPython and IronRuby first-class citizens in Visual Studio as well. I’m also interested in seeing what sort of fun DSL support the DLR can provide…

Share this post:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DotNetKicks
  • DZone
  • FriendFeed
  • HackerNews
  • Posterous
  • Reddit
  • Twitter

Related posts:

  1. Microsoft Supports Open-Source Software
  2. This is why we can’t have nice things, people
  3. Microsoft Finally Realizes I’m Awesome

Leave a Comment

Previous post: Inversion of Control and Generics

Next post: Thread Safe Event Handlers