in reply to Re^3: P5NCI + void load_function-signature
in thread P5NCI + void load_function-signature

Maybe you could use Inline::C to compile what you need on-demand?

-sam

  • Comment on Re^4: P5NCI + void load_function-signature

Replies are listed 'Best First'.
Re^5: P5NCI + void load_function-signature
by chromatic (Archbishop) on Jun 23, 2006 at 06:44 UTC

    That sorta defeats the purpose of making this available to people who lack a compiler. :)

      Oh, was that the purpose? I thought it was about saving people the trouble of writing C or XS code. Nevermind.

      -sam

        That too. If you don't have to write C or XS code, you also don't need a C (or XS) compiler.