Hi Ingo,
No, because you can already do that easily using extern “C”.
The “independent” interface I mean is that whereas currently we have a Perl
extension with an XS interface and some C functions, I intend to finish
completely separating the C functions so they will work all by themselves, wi
Hi Ed,
will that make interfacing c++ libraries easier in the future? Or will
this require a C wrapper layer as it does now.
Best wishes Ingo
On 11/8/21 6:04 AM, Ed . wrote:
finish the independent C interface for making PDL usable from e.g. Python
__