rperl

RPerl Compiler

  • Owner: wbraswell/rperl
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

RPerl

Installation Instructions:

https://github.com/wbraswell/rperl/blob/master/INSTALL

Installer Script:

https://raw.githubusercontent.com/wbraswell/rperl/master/script/rperl_installer.sh

RPerl is the optimizing compiler for the Perl 5 programming language. RPerl stands for Restricted Perl, in that we restrict our use of Perl to those parts which can be made to run fast.

The input to the RPerl compiler is low-magic Perl 5 source code. RPerl converts the low-magic Perl 5 source code into C++ source code using Perl and/or C++ data structures. Inline::CPP converts the C++ source code into XS source code. Perl's XS tools and a standard C++ compiler convert the XS source code into machine-readable binary code, which can be directly linked back into normal high-magic Perl 5 source code.

The output of the RPerl compiler is fast-running binary code that is exactly equivalent to, and compatible with, the original low-magic Perl 5 source code input. The net effect is that RPerl compiles slow low-magic Perl 5 code into fast binary code, which can optionally be mixed back into high-magic Perl apps.

RPerl is Free & Open Source Software (FOSS), please see the LICENSE file for legal information:

https://github.com/wbraswell/rperl/blob/master/LICENSE

Please see "Quick-Start Checklist & Guide" for usage information:

https://metacpan.org/pod/RPerl

Please see "Learning RPerl" for detailed usage information:

http://rperl.org/learning_rperl.html

Please see the rperl command documentation for calling conventions:

https://metacpan.org/pod/distribution/RPerl/script/rperl

Please see the RPerl website for general information:

http://www.rperl.org

Main metrics

Overview
Name With Ownerwbraswell/rperl
Primary LanguagePerl
Program languagePerl (Language Count: 5)
Platform
License:Other
所有者活动
Created At2013-01-04 06:04:34
Pushed At2021-01-12 04:35:06
Last Commit At2021-01-03 18:22:44
Release Count1
Last Release Namev1.0 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count277
Watchers Count22
Fork Count33
Commits Count1.8k
Has Issues Enabled
Issues Count65
Issue Open Count30
Pull Requests Count34
Pull Requests Open Count0
Pull Requests Close Count18
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private