http://www.perlmonks.org?node_id=525120


in reply to Re^2: Params::Validate - a powerful tool for robust subroutine design
in thread Params::Validate - a powerful tool for robust subroutine design

I'm sure it'd be possible to eek out a little more speed from the existing code, but I suspect that absent language-level support for this sort of stuff, it's not going to get a whole heck of a lot faster.

Perl6 looks to have pretty nice parameter declaration capabilities, so I'm hoping that most, if not all of what I have to do with Params::Validate now I can do natively in Perl6.

  • Comment on Re^3: Params::Validate - a powerful tool for robust subroutine design