Front page | perl.perl6.language |
Postings from September 2001
RE: !< and !>
Thread Previous
|
Thread Next
From:
Sterin, Ilya
Date:
September 2, 2001 07:32
Subject:
RE: !< and !>
Message ID:
JNEKKMEFOONJHHJBIMEDOEIHCGAA.isterin@ciber.com
> -----Original Message-----
> From: Russ Allbery [mailto:rra@stanford.edu]
> Sent: Sunday, September 02, 2001 8:42 AM
> To: perl6-language@perl.org
> Subject: Re: !< and !>
>
>
> Bart Lateur <bart.lateur@skynet.be> writes:
>
> > Why is it ">=" and not "=>"?
>
> Because in English, it's "less than or equal to" not "equal to or less
> than," I presume.
>
> > Simply trying to remember the order of characters might be (a bit of) a
> > pain. That problem doesn't exist with "!<" and "!>".
>
> Every other programming language I've ever seen uses >= and <=. I think
This is Perl. Why should it be like every other langage? what happens to
innovation?
> adding additional comparison operators not found in any other language and
> identical to (and harder to type than!) existing operators is a really bad
> idea.
I don't see anything bad about, don't like it don't use it. I can tell you
quite a few things I don't particularly like in Perl, but what I like is
more than one way of doing things, so I choose my preference. I can't
recall a langage with unless() either, but sure help is exression writting
sometimes.
Ilya
>
> --
> Russ Allbery (rra@stanford.edu)
> <http://www.eyrie.org/~eagle/>
Thread Previous
|
Thread Next