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

Re: Perl 6 shocking revelations #1

by Starky (Chaplain)
on Apr 27, 2008 at 12:58 UTC ( [id://683132]=note: print w/replies, xml ) Need Help??


in reply to Perl 6 shocking revelations #1

Compliments on your prose, and I don't often compliment people's writing. It's clear and succinct ... I wish there were more technical writers like you.

  • Wow. This is my first introduction to Perl6 polymorphism, and, just, wow.
  • The focus understandably is on the languages that most associate with OO programming, such as C++, Java, Smalltalk. However, your audience may be mostly Perl5 hackers. Consider including some additional verbiage (not too much, but a few sentences here and there) tailored to engineers who will naturally want to compare polymorphism to the object model of Perl5.
  • At the top of page 4, s/the return the return types/the return types/.
  • It's hard to believe the symbol for British currency is really being proposed for the language. Being an ethnocentric American, I wouldn't even know where to find it on my keyboard. A truly horrendous design decision.
Hope this helps!

Replies are listed 'Best First'.
Re^2: Perl 6 shocking revelations #1
by John M. Dlugosz (Monsignor) on Apr 27, 2008 at 16:51 UTC
    Many thanks for the compliments. I am an accomplished writer, but programming magazines aren't what they used to be <sigh>.

    I'm working on Perl 6 while I'm on sabbatical, and have been refactoring the documentation into a solid standard specification.

    What more might I say about Perl 5 objects? I suppose I could be more explicit in summary, showing the typelessness and freedom compared with C++ etc.

    The orthodox documentation has the "french quotes" like %h«hello $world». But every non-ASCII construct has an equivalent. I figured £ would be easier to type than ⍈. You're in China now, so maybe you can easily type 元? Seriously, I expect a lot of brainstorming over that. The important thing is to introduce syntax to correspond to the concepts — choosing a symbol not used for anything else let me not worry about messing up the existing grammar and be more succinct then discussing alternatives. It goes with the "shocking" part, I do think...

    —John

      With respect to Perl5 objects, I would guess there are three things a Perl5 hacker would be interested in:
      1. A simple Perl5 vs. Perl6 example of syntax showing basic inheritance under Perl5 and Perl6
        • It will just give Perl5 hackers a reference point. "Oh, what used to be that now looks like that!"
      2. How can the new architecture be best used to improve existing code? Perhaps you could provide one or two examples of the "low hanging fruit."
        • Think about the question that current Perl5 coders will ask: "What is the motivation to change?"
      3. How will legacy code have to be changed?
        • For example, if you are using, say, a CPAN module that has been updated to the new object model, what are the most likely "gotchas" that will trigger errors?
        • Are there particularly widely used CPAN modules that you would expect to take full advantage of more restrictive typing or creative polymorphism (and thus possibly present some issues to legacy code)?
      An alternative to sprinkling verbiage throughout the paper would be to create a 1-2 page appendix.

      P.S. And add a table of contents.

        P.S. And add a table of contents.

        But only if the references in the toc are clickable links.

        Most of the pdfs I read that have tocs are dead text and give references in units, be they page numbers or chapter or section numbers, that bear no relationship to the actual pages as displayed in the bookmark section. Which makes them all but useless. Just so much extra junk that must be navigated to get to the real article.


        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.
        Table of contents: Click on the icon to display the TOC or page thumbnails. Or do you specifically need an inline table for printing? I didn't think of that.

        I applied some of your ideas in version 1.1, which I updated at the URL.

        —John

      ... and have been refactoring the documentation into a solid standard specification.

      I don't understand. Don't the Synopses already serve that purpose?

        No, I'm refactoring the material found in the synopses, gathering all the facts on one thing to make sure they agree, and arranging it into a formal standard. The "gather together" is more important, as the outline is easily changed and the final standard will be hypertext anyway.

        I added a link to it on that same page, if you are interested.

        —John

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found