Skip to content

Instantly share code, notes, and snippets.

@masak
Created November 8, 2009 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/229327 to your computer and use it in GitHub Desktop.
Save masak/229327 to your computer and use it in GitHub Desktop.
= The "Perl 6 is not Perl" meme
<code>
&lt;emma&gt; Pardon me. Does perl6 have anything to do with perl? Are they two different languages?<br>
&lt;Tene&gt; Depends on how you look at it. ;)<br>
&lt;emma&gt; I was just told by the people in #perl that they are not the same language.<br>
&lt;Tene&gt; Perl 6 doesn't share any code with Perl 5. It's a complete reimplementation, break of compatibility, etc.<br>
&lt;emma&gt; I find this state of affairs needlessly confusing and if perl came first then naming your language perl6 is just rude.<br>
&lt;emma&gt; How would you like it if we made yet anther language called Perl6.0 just to confuse people and steal your success?<br>
&lt;jnthn&gt; emma: Larry Wall, who created Perl from version 1, is the creator of Perl 6.<br>
&lt;emma&gt; Why did he go and cause confusion like that?<br>
&lt;jnthn&gt; I don't see the confusion.<br>
&lt;emma&gt; Why didn't he make a new name or else work on Perl that he started?<br>
&lt;Tene&gt; It takes a rather narrow view of "perl" to say that only Perl 5 is Perl.<br>
&lt;jnthn&gt; Indeed.<br>
&lt;emma&gt; Perl6 is not perl.<br>
&lt;Tene&gt; emma: Many languages have breaks in compatibility between major versions.<br>
&lt;emma&gt; I can tell you that in #perl they do not think that Perl6 is Perl.<br>
&lt;jnthn&gt; emma: I think you'll find plenty of people who will say Perl 6 *is* Perl.<br>
&lt;jnthn&gt; emma: I for one feel that way.<br>
&lt;Tene&gt; Perl 6 is not Perl 5. Perl 6 is Perl.<br>
&lt;jnthn&gt; I regularly switch between 5 and 6, and it's not that big a deal. Yes, Perl 6 breaks backward compability, but what Tene said earlier - that's nothing that other languages haven't done.<br>
&lt;Tene&gt; emma: Perl 6 is the community's rewrite of Perl. Look into the history of Perl 6.<br>
&lt;Tene&gt; The Perl 6 design process started with RFCs from the community, on what they'd like to see fixed and improved in Perl.<br>
&lt;emma&gt; Well what is going on in #perl then, what are they all doing there?<br>
&lt;jnthn&gt; emma: Some people dislike the break in compatibility. Others are disillusioned because, well, people ain't good with coping with the fact that some things just take a long time to do right.<br>
&lt;jnthn&gt; They're entitled to their opinion.<br>
&lt;emma&gt; Maybe eventually Perl6 will be thought of as the defacto perl and all of you will chat in #perl instead.<br>
&lt;jnthn&gt; Maybe. :-)<br>
&lt;Tene&gt; emma: Perl has a long tradition of strict backwards compatibility, at any price. Perl 6 changes several things in incompatible ways, which is enough for some people.<br>
&lt;Tene&gt; And then some people odn't like those changes, and then conclude that it must not be Perl anymore.<br>
&lt;Tene&gt; I've got a friend who is fanatically upset about Perl 6 because of minor changes to how it handles whitespace, for example.<br>
&lt;Tene&gt; He ranted to me for half an hour about it the other night.<br>
&lt;emma&gt; Well I was planning to learn perl.<br>
&lt;emma&gt; But now i don't know what I should learn. I was going to use this book -- <a href='http://www.perl.org/books/beginning-perl/'>http://www.perl.org/books/beginning-perl/</a><br>
&lt;emma&gt; but now i supose that book is worthless if you believe Perl 6 is perl.<br>
&lt;jnthn&gt; emma: I'm helping Perl 6 come about, but I also still a lot of my day to day work in Perl 5. Perl 5 is still a great, and very capable, langauge.<br>
&lt;Tene&gt; emma: A large part of what you'd learn from that book would apply about the same to Perl 5 and Perl 6. As well, most people don't consider Perl 6 ready for production use yet, and wouldn't recommend it. It's still missing quite a bit, although improving rapidly.<br>
&lt;Tene&gt; <a href='http://rakudo.org/status/'>http://rakudo.org/status/</a><br>
&lt;Tene&gt; emma: That book would not be a bad place to start learning Perl, and if you want to use Perl today, then Perl 5 is your best option.<br>
&lt;Tene&gt; Perl 6 has been in progress for a long time, and while it's much closer today, we don't expect to have a release we can recommend for much until... April, I think?<br>
&lt;emma&gt; Tene: okay thanks!<br>
&lt;jnthn&gt; emma: If you want to learn a version of Perl that lets you Get Stuff Done today and that's your main objective, and you don't want to run into compiler bugs, go for Perl 5. What you learn there will prime you well to learn Perl 6 when it's ready and if you like the look of what it offers. :-)
</code>
When, in "Harry Potter and the Order of the Phoenix", the times get tough and the wizarding world needs to rise united against the threat of Lord Voldemort, it instead finds itself fragmented, with the Ministry of Magic denying that Voldemort is back. Instead of lending Dumbledore and Hogwarts its full support, it takes a contrary stance. Not because the Ministry of Magic is evil, but because they operate under a misinformed version of doing good.
Surely no-one in the Perl community wants to confuse newcomers. Yet that is clearly what happened here. I wasn't on <code>#perl</code> when emma discussed with the denizens there, so I can't know what exactly was said. But it sure seems to me that one or more people where operating under a misinformed version of doing good. Whatever replies emma got, she did <i>not</i> get the balanced views provided by #perl6 folks.
Why not? Partly because of the frustration and disillusionment already mentioned in the discussion. Partly because we in the Perl 6 community, despite our sincere efforts, not always reach out to everyone, not even within the Perl community. Perhaps #perl collects especially bellicose and vitriolic representatives, I don't know.
We don't need a split between the Perl 6 community and the broader Perl community. We have enough problems to address as it is with our relation to the external world. Saying that Perl 6 isn't Perl is at best misguiding and at worst wrong. But mostly it unnecessarily widens the rift between the Perl 6 community and the larger Perl community.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment