in reply to If Perl 5 were to become Perl 7, what (backward-compatible) features would you want to see?
Basically new features should address some problems in
$nested{hash}[0]->push("value")
is far more readable than
push @{ $nested{hash}[0] }, "value"
This needs to be resolved to have more productive discussions.
For instance a good REPL/One-liner language is taking profit from special variables.
In a large professional multi-dev/multi-module environment you prefer a more streamlined syntax.
This could be solved by pragmas and translation tools. All these changes should be partnered with an easily understood "vision" / "business model" building faith in Perl.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
---|