Late last night I was surfing though a bunch of the O'Riley Network sites and I came across an interesting article about .NET, and the opinion of a prominiant person in the opensource community (GNOME's Miguel de Icaza). He had quite a bit of praise for .NET, which I thought was suprising. The most interesting thing though, was the announcement of a project to make an open source version of .NET called mono.

His basic rationale was that the open source community has always had better tools than Microsoft. With the .NET platform, he now see's Microsoft surpassing the open source community in that regard, and the the open source community needs an answer to .NET.

How does all of this relate to perl? Well I don't see any direct relation. But with the issues that have arisen with perl running on .NET (now it seems they will still exist with Perl 6), an opensource version could possibly address this. If mono succeeds, it will allow for much better multi-language development, which means a greater ability to couple perl with other languages.

On top of that, I think it will provide a much more full and robust environment for developing.

I'd be interested to hear anyone else's thoughts on this.

Rich


In reply to Open Source .NET? by rchiav

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.