... why is no-XS a minus for Perl6?

Obviously, given that I like perl's XS facility, from my POV it's going to be a "minus" that Perl6 doesn't provide that type of C interface. There's also the fact that XS can access static libs.

On Windows, which is the OS I most commonly use, we have a module named Win32::API that, like perl6's Native Calling Interface, allows us to call directly into dynamic libraries.
I neither like nor use Win32::API either. (In fact, I can't stand it.) I much prefer to do it via XS.

Cheers,
Rob

In reply to Re^8: It has been suggested to rename Perl 6 in order to boost its marketing potential. Which name would you prefer? by syphilis
in thread It has been suggested to rename Perl 6 in order to boost its marketing potential. Which name would you prefer? by martin

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.