Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Final Answer [Was: backticks]
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Larry Wall  
View profile  
 More options Apr 20 2004, 2:00 pm
Newsgroups: perl.perl6.language
From: la...@wall.org (Larry Wall)
Date: Tue, 20 Apr 2004 10:55:51 -0700
Local: Tues, Apr 20 2004 1:55 pm
Subject: Final Answer [Was: backticks]
Okay, let's put this one to rest.  I've suspended judgement long enough.

Let me first say that I have my own personal biases, and they are
towards keeping things visually and psychologically distinctive,
rather than towards reducing keystrokes.  (Though I have enough
arthritis in my hands to at least empathize with the latter view.)

Leaving aside the use of C<``> as a term for the moment, we will not
use C<`> as an operator in the core.  I tend to classify it into the
same visual category as the widely scorned C<¦> operator.  I have
to think (and squint) for way too long when I see one.  It reminds me
(irrationally, I admit) too much of $foo'bar.  It's a form of dangling
syntax, and I tend to prefer constructs with a beginning and an end
when I can get 'em.

The flip side is that, since we won't use C<`> as an operator in Perl
6, you're free to use it to introduce any user-defined operators
you like, including a bare C<`>.  All is fair if you predeclare.
Most languages won't even give you that...

But I think C<«»> is much more visually distinctive, and I don't
mind biasing the language in favor of it for reasons of readability.
It helps people separate the code from the data visually, and that's
a win in the Perl world (if not in the Lisp world).  The C<{shift}>
nonsense was a mistake, even if I did persuade people to get used
to it.  It is my firm resolve to persuade people to get used to
different mistakes this time.  :-)

As for C<qx//>, it probably needs to be completely rethought anyway,
along with C<system>.  Perhaps both will be subsumed under a C<run>
function of some sort.  But that's for a future Apocalypse.

Larry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.