in reply to Re^5: About using rperl
in thread About using rperl
What?
Inline::CPP writes xs modules for you , so you can call cpp functions from external cpp libraries without learning much xs
It comes with "tutorial"
RPerl converts Perl 5 source code into C++ source code
RPerl then converts the c++ code it created from perl 5 source code, into xs module, using Inline::CPP
There is no tutorial for explaining the RPerl way of wrapping an external library , ...GMPInteger_cpp.pm is as close to an example as you will find
...GMPInteger_cpp.pm is RPerl specific way of using Inline::CPP to call cpp functions from external cpp libraries ...
Will_the_Chill has been here in a while
Open an issue at https://github.com/wbraswell/rperl/issues and maybe negotiate :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: About using rperl
by LanX (Saint) on Aug 15, 2019 at 17:37 UTC | |
by Anonymous Monk on Aug 15, 2019 at 18:47 UTC | |
by LanX (Saint) on Aug 15, 2019 at 19:09 UTC | |
|
Re^7: About using rperl
by hakonhagland (Scribe) on Aug 15, 2019 at 14:40 UTC |