This will be changing soon. Right now ingy dot net and I are working on Inline::Module, which will allow authors to develop an XS extension using Inline and Inline::C (or Inline::CPP), and then with a simple command convert that to an XS distribution, free of the Inline dependency.

This provides the author with the assistance of Inline, and the user with the light-weight-dependencies and characteristics of common XS.

The project is ongoing, but should be pretty much ready to start using within a week or two. After that, additional polish will be applied as needs are discovered. This work is being supported in part by a Perl Foundation Grant. And we have a blog that discusses our progress at http://inline.ouistreet.com. (Sneek preview; the Week #3 report, due out Saturday night, will reveal that we've got all stages working now.)

Work is being done out in the open as much as possible. As we're working, we communicate realtime in #inline on irc.perl.org. Visitors (and possible code contributors) are welcome to drop by. There won't be much action today due to some travel, but when we are working together you'll see ingy coming up with crazy/cool ideas, and me trying to keep up. ;)


Dave


In reply to Re^2: Can I use C or ASM from core? by davido
in thread Can I use C or ASM from core? by rsFalse

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.