Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scmorrison/perl6-module-override

Example module-wide multi overriding
https://github.com/scmorrison/perl6-module-override

Last synced: 4 days ago
JSON representation

Example module-wide multi overriding

Awesome Lists containing this project

README

        

# Experiments in module overriding with Perl 6

## Functionality

|id |Functionality | Roles based | Module based | |
|---|---|---|---|---|
|1| Project-wide module replacement|✓|✓| |
|2| Export core routines with overrided routines|✓|?| |
|3| Substitute single routine in core module|✓|?| |
|4| Access to *global* state data|✓|✖| |
|5| Reuse loaded modules (avoid duplicate loading)|✓| | |
|6| Refer *global* state data (do not copy and pass)|?|?| |
|7| | | | |