NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Lite vs. Simple (Score:1)
Reply to This
Re: (Score:2)
I guess that depends on how you define "Lite" and "Simple" which are pretty ambiguous. The fad now-days seems to be towards "Simple" which usually means "simpler interface, but less features".
It's not as ambitious as Method::Signatures, and it's missing a lot of features. This greatly simplifies the code, since it doesn't have to do any fancy parsing of the prototype. It makes it much more predictable as to what the result will be, and can reach stability faster (pending Devel::Declare stability). It ju