Paul Graham may not find much success as a futurist, but it is a rarified profession. In fairness, much of his article was toungue-planted-firmly-in-cheek, and it would be foolish to consider it to be a thoughtful critique of, say, XML, which is also referenced.

One big opportunity for improving perl will be making the punctuation easier to use, for example, the Perl 6 improvement that will allow me to write @var[5] instead of $var[5].

The idea of using punctuation to mark variables is a big part of the success of perl. It makes it possible to add keywords to the language without breaking old code. Much of my C code used a variable named 'new', which didn't work out so well in the next version of the language.

For more than 30 years, I have written in languages that mark the variables in a way similar to perl's. I expect that this idea will survive the next 100 years of language design.

Graham is trying to inspire thought about which computer language ideas will survive the next 100 years.

A good professor teaches you how to think, not what to think. Lacking that, he or she just asks interesting questions.

"To understand the past, you must understand the future." - William Gibson (?)

It should work perfectly the first time! - toma


In reply to Re: "There are some stunningly novel ideas in Perl" -- Paul Graham by toma
in thread "There are some stunningly novel ideas in Perl" -- Paul Graham by grinder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.