in reply to Re: Packaging code using Inline::C with PAR
in thread Packaging code using Inline::C with PAR

Thanks syphilis, that worked great!

It would be exremely useful to automate the whole process, so that CPAN modules could be written with Inline::C, then would be automatically translated to XS with Inline::C2XS during the build process. Inline::C is much easier to develop with, but XS is much easier to install. If a giant pile of time falls on my head, I'll have to start working on that... :)

  • Comment on Re^2: Packaging code using Inline::C with PAR

Replies are listed 'Best First'.
Re^3: Packaging code using Inline::C with PAR
by tsee (Curate) on Dec 01, 2006 at 22:02 UTC

    Hi sgifford,

    FYI, this node is where I got the idea for the InlineX::XS module from. It should do all of what you suggest and a little more.

    Steffen