Swift and Perl Interoperability
swiftperl is designed to provide an easy and smooth interoperability between Swift and Perl languages. The primary goal is to write XS modules for Perl entirely in Swift, though running Perl Interpreter in Swift environment is also possible.
Prerequisites
- Swift 3.1
- Perl 5 (>=5.10)
Getting Started
Linux
swift test -Xcc -D_GNU_SOURCE
macOS
swift test
Documentation
For information on using swiftperl, see Reference.
Stability
The API stability is guaranteed in accordance with Semantic Versioning.
The module is used in production helping to serve thousands requests per second.