http://www.perlmonks.org?node_id=987612


in reply to Re^3: Perl 5 Optimizing Compiler
in thread Perl 5 Optimizing Compiler

Long p5p rant written and stored in ~/Documents/

Replies are listed 'Best First'.
Re^5: Perl 5 Optimizing Compiler
by dave_the_m (Monsignor) on Aug 17, 2012 at 09:37 UTC
    Long p5p rant written and stored in ~/Documents/
    So there's a rant stored in some file under a directory called Documents under your home directory on a server somewhere? Care to narrow it down a bit for us mere mortals?

    Dave.

      IMO, not every rant needs to be published, especially when it does not contribute positively to the issue at hand.

      On the other hand, it doesn't help much to claim that certain things cannot be discussed on p5p without any explanation as to why when it's not obvious that previous discussion has taken place.

      Still, I do prefer that silence over rants and flamewars that do nothing to improve the situation.

        I have now 4 big p5p performance rants stored under ~/Documents/.

        But I'm working on an official non-rant design draft https://gist.github.com/3740313 for the most common optimizing possibilities. Problem is that people are already implementing parts of it without knowing the internal problems behind. So e.g. a function signature implementation makes no sense without lexicals const's ("is ro") being worked out before. Not talking about "is bind".

        Nobody knows about perl6 and perl5i. Nobody is talking to them.

        class/methods need to define the immutable/final semantics first. And I fear the decisions will be wrong. At least Stevan is a clever person not rushing things.