Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

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

It really does look like Perl has seen it's best years on the basis of those stats. Unless people are finding some other source of support and assistance.

One wonders what it would take to re-invigorate interest? Will 5.10 have sufficient new features or improvements to rekindle the flame? Would an installable version of Perl 6 with sufficent performance to at least equal Perl 5 do the trick?

I've been looking to find an alternative to Perl in order to take many of my interesting projects further. The single biggest reason is sub/method call performance that means that every layer of abstraction you add, the slower the code runs. I've stalled on several projects because I've initially started out with nicely structured code only to find myself de-structuring it to try and recover some performance. Perl OO is just so slow. I've investigated writing OO using Inline::C, but even then the wrapping process that mates C to XS to Perl just sucks away most of the performance gains. Writing XS directly can save some of that, but then you're in a whole other world of pain.

I'd love the idea of moving on to Perl 6, but it's current levels of performance preclude that.

There are plenty of alternatives, but none of them have the flexiblity of Perl. And each seems to have some quirk or caveat that niggles me enough that I end up back in Perl.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

In reply to Re^2: Are monks hibernating? by BrowserUk
in thread Are monks hibernating? by BrowserUk

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 admiring the Monastery: (3)
As of 2024-04-20 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found