https://github.com/jnthn/zavolaj/pull/29
> [3] panda install NativeCall && panda install Inline
>
> Cheers, FROGGS
>
> =======================
>
> From:*Ashraya*
> Date: August 11, 2013 04:15
> Subject: Re: Problem in using inline C w
thub.com/jnthn/zavolaj/pull/29
[3] panda install NativeCall && panda install Inline
Cheers, FROGGS
===
From:*Ashraya*
Date: August 11, 2013 04:15
Subject: Re: Problem in using inline C with perl6
Hello All,
Can anyone pl
Hello All,
Can anyone please help with using inline C in perl6 ? basically I want C
extensions in perl6.
This is what I tried..
h2xs -PAXn Math::Simple
ashiva@ubuntu:~/Parrot/rakudo/
Inline-0.44/Math-Simple$ cat math.pl
#!/usr/bin/perl6
use lib './lib/Math/.';
use Math::Simple;
print add(2, 3