项目作者: my-mail-ru

项目描述 :
Swift and Perl Interoperability
高级语言: C
项目地址: git://github.com/my-mail-ru/swiftperl.git
创建时间: 2016-05-30T16:40:38Z
项目社区:https://github.com/my-mail-ru/swiftperl

开源协议:MIT License

下载


Swift and Perl Interoperability

Swift: 5.0
OS: Linux | macOS
License: MIT

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 5.0
  • Perl 5 (>=5.10)

Getting Started

Linux

  1. swift test

macOS

  1. PKG_CONFIG_PATH=$PWD/.build/pkgconfig swift test --disable-sandbox

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.