Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-25 21:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found