[ 源代码: libclass-c3-perl ]
软件包:libclass-c3-perl(0.35-2)
libclass-c3-perl 的相关链接
Debian 的资源:
下载源码包 libclass-c3-perl:
- [libclass-c3-perl_0.35-2.dsc]
- [libclass-c3-perl_0.35.orig.tar.gz]
- [libclass-c3-perl_0.35-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
pragma for using the C3 method resolution order
Class::C3 is a Perl pragma that modifies the standard method resolution order from depth-first left-to-right to the more sophisticated C3 method resolution order.
The C3 algorithm aims to provide a sane method resolution order with multiple inheritance. It was first introduced in the Dylan language, later adopted for Python 2.3. It is also the canonical MRO implementation for Perl 6 classes and is the default for Parrot objects as well.
其他与 libclass-c3-perl 有关的软件包
|
|
|
|
-
- dep: libalgorithm-c3-perl
- Perl module for merging hierarchies using the C3 algorithm
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libclass-c3-xs-perl
- Perl module to accelerate Class::C3