in reply to Re: $perl_extension ? require SWIG : require XS;
in thread $perl_extension ? require SWIG : require XS;
You should have done the Perlish API stuff in wrappers written in Perl that called the SWIG / XS / Inline::C wrappers. Minimize the amount of code you write in SWIG / XS / Inline::C and you'll be happier in the long run (as will your users). That's why I advocate using Inline::C (it encourages simple, C-friendly interfaces which encourages writing the complex interface in Perl).
Lastly, and somewhat less seriously: using XS would likely boost your ego with that warm and fuzzy feeling of having done it the way most 'real hackers' would do ;)
Ugh. The "cool" factor of writing ugly, fragile code.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: $perl_extension ? require SWIG : require XS; (XS--)
by Joost (Canon) on Jan 06, 2007 at 21:49 UTC | |
|
Re^3: $perl_extension ? require SWIG : require XS; (XS--)
by almut (Canon) on Jan 06, 2007 at 23:39 UTC |