Re: Perl bindings for libaosd



On Fri, 2008-03-14 at 16:36 -0700, Sergei Steshenko wrote:

Is XS implementation really simpler/better than the one through

use Inline C; -> http://search.cpan.org/~ingy/Inline-0.44/Inline.pod#SYNOPSIS
use Inline CPP; -> http://search.cpan.org/dist/Inline-CPP/lib/Inline/CPP.pod#SYNOPSIS
.

Yes, a proper XS wrapper will be much better than anything you can
automatically create with Inline.  I doubt you can even get this working
at all with Inline, unless you fiddle with Inline::C's TYPEMAPS switch.
And then it won't be much easier than using XS.

-- 
Bye,
-Torsten




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]