软件包:libinline-perl(0.86-2)
module for producing simple Foreign Function Interfaces
Inline is a Perl module designed to allow developers to integrate source code written in other programming languages directly "inline" in Perl scripts or modules. The code is automatically compiled as needed, and then loaded for immediate access from Perl.
Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run.
其他与 libinline-perl 有关的软件包
|
|
|
|
-
- dep: libparse-recdescent-perl
- Perl module to create and use recursive-descent parsers
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libinline-c-perl
- C Language Support for Inline
-
- rec: libinline-files-perl
- module to handle multiple virtual files at the end of your code