Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Object::Pad support

Open cmburn opened this issue 3 years ago • 1 comments

Hi! Object::Pad is an OOP library being written by one of the core Perl developers, Paul Evans (aka LeoNerd). It forms the base of Corinna, the object system being developed to be merged into base Perl. It's quite useful, and a bit cleaner than Moose. My Java is a bit rusty, but I can still write it if you point out how you want it done!

cmburn avatar Apr 05 '22 22:04 cmburn

This is a large task to do. Can't give an estimation in today world situation :(

hurricup avatar Apr 18 '22 19:04 hurricup

As far as I know native perl OOP is on the way, so this probably won't be implemented.

hurricup avatar Mar 11 '23 13:03 hurricup

As far as I know native perl OOP is on the way, so this probably won't be implemented.

feature-class (Corinna) has almost the same language as Object-Pad, and also implemented by the same author

rwp0 avatar Mar 11 '23 17:03 rwp0