[ 原始碼: libclass-c3-perl ]
套件:libclass-c3-perl(0.35-1)
libclass-c3-perl 的相關連結
Debian 的資源:
下載原始碼套件 libclass-c3-perl:
- [libclass-c3-perl_0.35-1.dsc]
- [libclass-c3-perl_0.35.orig.tar.gz]
- [libclass-c3-perl_0.35-1.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
- Larry Wall's Practical Extraction and Report Language
-
- rec: libclass-c3-xs-perl
- Perl module to accelerate Class::C3