Earlier quoted context omitted.
The rate of increase must have been declining (i.e. rate of rate of increase negative) in order for it to have peaked. This was probably detectable.
"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?
Dwindling CPAN Releases
11–20 of 180 posts
Re: Dwindling CPAN Releases
#12Earlier quoted context omitted.
The rate of increase must have been declining (i.e. rate of rate of increase negative) in order for it to have peaked. This was probably detectable.
"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?
https://en.wikipedia.org/wiki/Derivative_test#Second_derivat...
Re: Dwindling CPAN Releases
#13Long ago I used to joke that perl is write-only... was that harsh or realistic? (I still believe it - too clever constructions which feel smart at the time you come up with them :)
Personally, I don't tend to have a hard time reading code I myself wrote, even long after the fact. But I will concede that Perl code _can be_ hard to read if the author has been too clever.
Re: Dwindling CPAN Releases
#14Consider this: Perl codebase is reaching perfection and no longer needs releases. After this, we get eternal Perl ;)
Re: Dwindling CPAN Releases
#15Earlier quoted context omitted.
"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?
"rate of rate of increase" = "second derivative", I presume. Negative second derivative doesn't necessarily mean a decline, it can be just growth slowing down.
Re: Dwindling CPAN Releases
#16Re: Dwindling CPAN Releases
#17I used Perl for a bit but switched to Python because I was finding it harder to work out what some code I'd written a year or so ago did than to write it again, a problem I don't have with Python.
Re: Dwindling CPAN Releases
#18Earlier quoted context omitted.
"and rate of rate of increase negative" Are you a politician? Because that's a very round about way of putting it. :P If the rate of increase is negative, there is an actual absolute decline. Is that want you were meaning to say?
I said rate of rate of increase. The second derivative is negative at a local maximum. https://en.wikipedia.org/wiki/Derivative_test#Second_derivat...
Re: Dwindling CPAN Releases
#19Re: Dwindling CPAN Releases
#20I used Perl for a bit but switched to Python because I was finding it harder to work out what some code I'd written a year or so ago did than to write it again, a problem I don't have with Python.
1) Works
2) Is ubiquitous
3) Is stable
4) Is normal (semicolons, braces etc)