Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Perl compiler request - flogging the dead horse!

by Will_the_Chill (Pilgrim)
on Feb 05, 2014 at 09:38 UTC ( [id://1073537]=note: print w/replies, xml ) Need Help??


in reply to Perl compiler request - flogging the dead horse!

WHOAH why the sudden confusion everyone?

RPerl is the new Perl 5 optimizing compiler, which converts low-magic Perl 5 code into exactly equivalent C/C++ code to achieve massive performance improvements.

Perling,
~ Will the Chill
  • Comment on Re: Perl compiler request - flogging the dead horse!

Replies are listed 'Best First'.
Re^2: Perl compiler request - flogging the dead horse!
by FloydATC (Deacon) on Feb 07, 2014 at 21:48 UTC

    OK, I'll bite. Please explain how a compiler can deal with this:

    while (my $line = <>) { print eval $line; }
    -- FloydATC

    Time flies when you don't know what you're doing

        OK, so basically it can compile "P" but "erl" isn't supported.

        -- FloydATC

        Time flies when you don't know what you're doing

Re^2: Perl compiler request - flogging the dead horse!
by Sanjay (Sexton) on Mar 10, 2016 at 19:58 UTC
    I am sure RPerl is a significant improvement. My understanding / guess is that it works for almost all production use perl scripts - bad luck for a few esoteric ones. My questions: Why is there no buzz about this solution? Is it too good to be true? Is the RPerl development team not sufficiently large? Are there any factors preventing the widespread adoption of this differently conceptualised solution? Any attitude / "religious" / not-done-like-this-here biases? Or, it is not worthwhile to implement & too much of a hassle to explain why? RPerl seems to a better tool. Why is the world not beating a road to Will the Chill's door?
      My understanding / guess is that it works for almost all production use perl scripts - bad luck for a few esoteric ones.

      My understanding is pretty much the reverse - it works for a few tightly-constrained scripts but not for the majority of general-purpose code that I would use on a daily basis.

      Why is there no buzz about this solution? Is it too good to be true?

      See above. The constraints just now are too heavy for most users to get a benefit from it. That said, I think there is a buzz, just not a huge one. I've not attended one of Will's talks yet but (at least some of) those who have say they have been well received. It seems very likely that the more interest it generates, the more people will work with it and then on it and so the pace of development will pick up and more constraints will be lifted resulting in wider use - a spiral of win.

      You might consider the similar low levels of adoption of Perl6* at present. There is a lot of buzz about that language too but I'm not yet convinced that it will break through. If I had plenty of free time to devote to either project it would be RPerl rather than Perl6* which would get the attention.

      Other opinions are available :-)

      * 2019 note: now called Raku

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1073537]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found