in reply to Re^3: Is there a more functional regex syntax?
in thread Is there a more functional regex syntax?
Some parts of List::Util are a little ill-conceived. For example, the existence of separate min and minstr functions (and max/maxstr). Perl gets by with a single sort function that can take an optional block. Obviously there is a limit to what can be done with prototypes, but if List::Util were to be adopted into the Perl language itself, I'd hope that would be addressed.
But certainly, the functions in List::Util would be a lot more useful in core than getgrent, setnetent and getgrgid.
I'd also add uniq from List::MoreUtils and about half of Scalar::Util.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is there a more functional regex syntax?
by BrowserUk (Patriarch) on Sep 18, 2012 at 20:20 UTC |