On Thu, 17 Aug 2000, Nick Ing-Simmons wrote:
> Simon Cozens <[EMAIL PROTECTED]> writes:
> >Wow. I'm sold. Can this be how we should be doing XS in Perl 6?
> So we now run equivalent of xsubpp and cc every time script is run?

No.  The documentation states that the compilation is done only when the
source file is out of date with the companion object file.  As I
understand it, Inline has some kind of limited automatic make ability.

Reading the documentation, the only thing red-flag I see is that it only
comes with a few of the most obvious typemaps and doesn't seem to have an
interface to adding new ones.

Check it out:

   http://www.xray.mpe.mpg.de/mailing-lists/modules/2000-08/msg00078.html

-sam


Reply via email to