Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Perl Programming

perl6-compiler Mailing List Started 38

horos2c writes "Well, it looks like perl6 has reached the point where development on the compiler has started. The perl6-compiler list has been started, and has a total of 55 messages so far, as of this posting, and there's a large thread on perl6's current status."
This discussion has been archived. No new comments can be posted.

perl6-compiler Mailing List Started

Comments Filter:
  • Ruby - Perl 6 now (Score:4, Interesting)

    by Zeroth_darkos ( 311840 ) * on Wednesday September 15, 2004 @05:12PM (#10260137)
    Forget Perl 6. I want a Ruby compiler for Parrot. Anyway Perl 6's VM, Parrot, is a more important accomplishment than Perl 6, the language.
    • Re:Ruby - Perl 6 now (Score:5, Interesting)

      by Colonel Panic ( 15235 ) on Wednesday September 15, 2004 @06:02PM (#10260587)
      Forget Perl 6. I want a Ruby compiler for Parrot. Anyway Perl 6's VM, Parrot, is a more important accomplishment than Perl 6, the language.

      Indeed. And Ruby seems to be what Perl 6 aspires to be. Seriously, look at the list of features being added to Perl 6 and you get the idea that they're being heavily influenced by Ruby. They even have the idea of the 'Ruby-meter' in the Perl 6 community; as in how well does a particular proposed feature score on the 'Ruby-meter', so even they seem to think of Ruby as the benchmark.

      BTW: If you're looking for a Ruby frontend for Parrot, why not jump in and help us make one? The project is called
      Cardinal [rubyforge.org]

      Ruby: Because I can't wait until Perl 6 is finished
      • Re:Ruby - Perl 6 now (Score:5, Interesting)

        by CatGrep ( 707480 ) on Thursday September 16, 2004 @02:49AM (#10263674)
        This is interesting: here we have a Perl 6 story and there are more comments about Ruby than about Perl 6.

        It does seem as though Perl has become rather passe these days. Is Perl considered 'so '90's' now as to be irrelevant? Has Perl 6 missed it's opportunity window? Maybe if they would have had it done a year or two ago it would have still been able to generate some buzz, but now it would appear that the people who wanted major improvements to the language (especially OO features) have moved on to other languages like Ruby.

        How about:
        Ruby: Because I'll be retired by the time Perl 6 is eventually finished

        OR:
        Ruby: It's not vapor
        • Maybe if they would have had it done a year or two ago it would have still been able to generate some buzz, but now it would appear that the people who wanted major improvements to the language (especially OO features) have moved on to other languages like Ruby.

          That's kind of an odd example, because "everything is an object" is only an approximation, and IME it's only a good enough approximation to offer any benefits in medium-large developments. We're talking about languages principally used for script

      • > Seriously, look at the list of features being added to Perl 6 and you get
        > the idea that they're being heavily influenced by RubySeriously, look at
        > the list of features being added to Perl 6 and you get the idea that
        > they're being heavily influenced by Ruby

        When the Ruby people look at Perl6, they see Ruby. When the Scheme people
        look at Perl6, they see Functional Programming. When the Smalltalk people
        look at Perl6, they see Smalltalk. Indeed, all of these have contributed
        heavily to the de
    • Re:Ruby - Perl 6 now (Score:4, Interesting)

      by Chester K ( 145560 ) on Wednesday September 15, 2004 @10:35PM (#10262440) Homepage
      Anyway Perl 6's VM, Parrot, is a more important accomplishment than Perl 6, the language.

      I used to follow Parrot's development closely, with great interest. Then I found Mono. Say what you will about Microsoft, but they designed a kickass VM; and there's a fully functional 1.0-level open source version of it available today. And as the author of IronPython adequately demonstrated, it works just fine for dynamic scripting languages.

      In my opinion as a one-time Perl6/Parrot devotee, it's taken too long. By the time it ships, it'll be irrelevant. And, like it or not, Parrot's ultimate fate will likely be tied to Perl6, even though they're seperate projects; and Perl as a language is on a decline. The places where it used to be the only choice are rapidly being eroded by other, arguably better choices. Python for system administration tasks, and PHP (yeech, I know, but most of the time you only need the Tonka truck of languages) for web applications. Perl still reigns supreme for reporting, but honestly --- how often do you do that?

      That's not even getting into the fact that Parrot seems to be being built around academic ivory-tower design concepts, like continuations, that seem spiffy-keen at first glance, but probably won't see that much usage in reality. (Perl6 suffers the same problem with the extreme focus on neato features with limited practical usefulness, like superpositions.)

      Why should I use Parrot instead of Mono? Why should I use Perl6 instead of Python/PHP?
      • Re:Ruby - Perl 6 now (Score:4, Interesting)

        by tree_frog ( 113005 ) on Thursday September 16, 2004 @04:50AM (#10264015)
        OK, a couple of things that should be cleared up here (as a Rubyist of 4 years standing)
        1. VMs are different strokes for different folks. yes, the .NET VM (and the Mono VM) are very fine pieces of work. But they are designed for statically typed languages. Perl, Python and Ruby are all dynamically typed, and the Parrot VM is specifically designed for dynamically typed languages.
        2. Continuations are really rather spiffy useful things. Take a look round comp.lang.ruby at some point, there is a very good (and amusing) explanation of how you might wish to use one here [google.com]
        Best regards,

        treefrog

        • I especially like this part from the link about continuations:

          For a more in-depth look at continuations, see "Run, Lola, Run", "The
          Legend of Zelda: Ocarina of Time", and "Back to the Future: Part II"
      • In my opinion as a one-time Perl6/Parrot devotee, it's taken too long. By the time it ships, it'll be irrelevant. And, like it or not, Parrot's ultimate fate will likely be tied to Perl6, even though they're seperate projects; and Perl as a language is on a decline

        Well that is a point of view, althought what i see in my workplace is that Perl is being more and more used as a tool for small/medium projects, and it is script language number one on windows. I wonder how long it will take for ruby to achieve

      • In my opinion as a one-time Perl6/Parrot devotee, it's taken too long. By the time it ships, it'll be irrelevant.

        This is known technically as "C++ syndrome". :-)

        On the other hand, I don't see many dramatic advances in the other popular scripting languages either. I've picked up quite a bit of Perl over the past few years -- some of us do use it for reporting :-) -- and I've taken a look at both Python and Ruby on several occasions during that time, too. Every time, my underwhelmed reaction was: "Wow,

      • Python for sysadmin tasks? Blech. You need at least twice the number of characters to type Python snippet than Perl's, on average. With so many typing to do in CLI, you'd definitely want a terse language. Besides, Python is not really suitable to type at the command line (with that whitespace thingy and the limited command-line options). You really will prefer a language that can be specified on the command line as much as possible (e.g. when doing remote SSH commands, etc).

        As for PHP, I really pity the p

  • This is great news (Score:4, Insightful)

    by egarland ( 120202 ) on Wednesday September 15, 2004 @06:45PM (#10260927)
    It's about time perl6 the language started taking shape. Hopefully it will live up to the hype. Parrot sounds like a great platform on which to build a language and I really like some of the things I've read about perl6 the language. It reamains to be seen how good the threading model will be though. Perl5 recently got semi-usable threading but because it was a retrofit, it has proven a little tough to use. I'm hoping perl6's will be designed to work better with things like mod_perl.
  • that's new, right?
  • by cpeterso ( 19082 ) on Thursday September 16, 2004 @02:39AM (#10263645) Homepage

    The Periodic Table of the Perl 6 Operators [ozonehouse.com] sheds light on just how scary Perl 6 will be. Don't forget: Perl is "easy" to learn!

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...