I hope your tongue is in your cheek.

MS has allowed scripting for a very long time and has provided mechanisms for it for a very long time as well. It was simplistic, underpowered, and in some ways outright crippled, but even early versions of DOS could be scripted out of the box. Later versions of DOS included QBasic, which was a trimmed-down version of QuickBasic.

Some very complex programs have been written in QB (up to and including Wolfenstein-class games). Some fairly complex ones were written in DOS batch files with the help of additional utilities. I wrote a number of utility programs which used the two together.

Windows has had access to most of the DOS batch language, the Windows Scripting Host, and MS has included Perl as part of their resource kit for Windows. They provide the C# runtime without royalties, paid for much of the development for ActiveState's Perl distro, and provide test environments to CPAN developers.

MS prefers to make money selling development tools. Windows doesn't have the sort of gratis support for programmers that Linux or the BSDs do. It's going a bit far to say that Microsoft and scripting are contradictory, though.


In reply to Re^2: 2009 Microsoft Scripting Games ditching Perl by mr_mischief
in thread 2009 Microsoft Scripting Games ditching Perl by ysth

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.