( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?

Dennis Lee Bieber wlfraed at ix.netcom.com
Wed Jan 19 23:07:50 EST 2000


On Thu, 20 Jan 2000 00:20:12 +0300 (MSK), Evguenii Smogailov
<sei at sunse.jinr.ru> declaimed the following in comp.lang.python:

>
> Yes, i'm saying that 'eq', 'ne' are more readable then '==' '!=', '<>',
> 'next' shorter then 'continue' and '..' operator can be a good thing to 
> consider.
> 
	Yet after over 30 years of ".ne.", ".eq.", ".gt.", etc. in
FORTRAN, Fortran 90 has just added "<>", "=" (or is it "=="), ">", etc.
to permit one to get away from those awful text strings.

	The only languages I've ever seen that use a text string for
those operators are FORTRAN and VMS DCL.

--
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list