Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: "There are some stunningly novel ideas in Perl" -- Paul Graham

by toma (Vicar)
on Apr 29, 2003 at 05:56 UTC ( [id://253908]=note: print w/replies, xml ) Need Help??


in reply to "There are some stunningly novel ideas in Perl" -- Paul Graham

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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-26 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found