Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Many other have told this to you. And I don't really want to pour water on your enthusiasm.

Perl 5 is slow not because its Perl 5 or because its not C. Its slow because it does a lot of things for you automatically. In other words its slowness comes from 'doing those extra things'. Now you can probably extract some speed out of it, but that is going to be in the >10% range and not the kind of speed you are hoping to extract.

There are other problems with Perl 5, solutions to some of those are in urgent priority than other ones. For example chromatic mentions C-Types as one of them. Another one he mentions is a MOP in the core. Many others have mentioned such needs after their hard experiences hitting rough edges over the years

Large break through level changes in Perl 5 are not possible with sane design consistency. Hence the Perl 6 Project. Some problems with Perl 5 can't be solved as is, or without breaking backwards compatibility. Adding new syntactic power to Perl 5 has shown some success and in some cases it has proven to be a failure(like the smartmatch operator). The reason as Larry Wall mentions, there are a lot of individual design changes that make perfect sense. But not when you add them all.

Your time is better spent either solving the pressing problems Perl 5 has. Or contributing to the Perl 6 project.

Especially Perl 6, that is likely to solve bigger problems in the longer run.


In reply to Re: Perl 5 Optimizing Compiler, Part 7: Video Chat w/ Ingy & Reini, Today 9/18 8pm Central Time by Anonymous Monk
in thread Perl 5 Optimizing Compiler, Part 7: Video Chat w/ Ingy & Reini, Today 9/18 8pm Central Time by Will_the_Chill

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-16 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found