in reply to Re^2: What are the drawbacks of autobox?
in thread What are the drawbacks of autobox?
UPDATE: I surely do not intend to write something like my $error = 3.1415927->minus( 22->divide( 7 ) )->abs();. (Come on, BUK! even from you this example is quite polemic... ;-)
I just saw your above update. My only defense is that it is drawn directly from the second example given in the autobox POD.
I also saw your post, saying "how absurd this argument about Perl reflecting natural language is.".
It was you that suggested that array->push->element was somehow better than push array, element.
Another counter example is COBOL's MOVE value TO variable., though that's long been superceded by COMPUTE variable = expression;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: What are the drawbacks of autobox?
by LanX (Saint) on Mar 01, 2010 at 15:14 UTC | |
by BrowserUk (Patriarch) on Mar 01, 2010 at 15:47 UTC |