A minimal version of Perl Data Language and a test bench to develop a new PDL3 core
========
The PDL-Tiny project has a number of goals:
- To provide KISS capability for perl computation with PDL compatibility
- To architect and implement a new new PDL3 core
- To support rapid updates and releases to speed developement
- To rapidly refine the definition of PDL::Tiny and PDL3 requirements
Some general directions for PDL-Tiny (and PDL3) implementation:
- Use "modern" perl5 OO support with Moo
- Decompose PDL functionality into Roles
- Should interoperate with PDL-2.x
- Maybe it could support a perl-only implementation