Re: IF DEAD, GOTO 10-3-39
- From: kennedy@xxxxxxxxxxxxxxxxxx (Ralph Kennedy)
- Date: Tue, 27 Mar 2007 17:23:29 GMT
<aborgman@xxxxxxxxxxxxxxxxxxxxx> writes:
Ralph Kennedy <kennedy@xxxxxxxxxxxxxxxxxx> wrote:
<aborgman@xxxxxxxxxxxxxxxxxxxxx> writes:
Besides, I don't care if you write 28 gazillion
function libraries, the fact remains that c = a + b
is a hell of a lot more math-friendly than ADD A TO
B GIVING C.
No, mathematically its [SIC] the exact same thing.
Do you even know what the topic of this
debate is? It's ease of programming, not what
is "mathematically the exact same thing."
Nope - it's "Is there anything you can do in FORTRAN that
you cannot do in other HLLs"
Bullshit. That's just your idiotic statement,
revealing an unbelievable ignorance that only someone
who has never had to program math applications would
make. The original topic was how FORTRAN finally
made math computation easily manageable.
I haven't programmed in COBOL for over 20 years
(and did scarce little of it even then), but if
you're going to tell me that:
MULTIPLY B by B GIVING X.
MULTIPLY D BY E GIVING Y.
ADD A TO X GIVING C.
SUBTRACT Y FROM C GIVING C.
SUBTRACT F FROM C GIVING C.
is just as easy to write as:
c = a + b**2 - d * e - f
It takes more typing, but it is just as easy to write...
and it is certainly no less "math friendly".
then you're a complete idot. The fact that they are
"mathematically the exact same thing" is completely
irrelevant to the issue, to wit, that math is infinitely
more a pain in the ass in COBOL than in FORTRAN.
Except that was never the issue.
It was always the issue. I wrote:
Anything more than trivial mathematical computation is
tortuous COBOL, and even that is a pain in the ass.
and you, the lone voice in the wilderness, took that
as your cue to sally forth to prove me wrong, a fool's
errand if there ever was one.
--Ralph Kennedy {ames,gatech,husc6,rutgers}!ncar!noao!asuvax!kennedy
{allegra,decvax,ihnp4,oddjob}--^
^---------------The Wrong Choice
internet: kennedy@xxxxxxxxxxxxxxxxxx
"This is rsfc, not the Algonquin roundtable."
-xyzzy, 2/16/07
.
- Follow-Ups:
- Re: IF DEAD, GOTO 10-3-39
- From: aborgman
- Re: IF DEAD, GOTO 10-3-39
- References:
- IF DEAD, GOTO 10-3-39
- From: Mercellus Bohren
- Re: IF DEAD, GOTO 10-3-39
- From: aborgman
- IF DEAD, GOTO 10-3-39
- Prev by Date: Re: Why do you NOT want to win in the NCAAs?
- Next by Date: Re: Gross and disgusting
- Previous by thread: Re: IF DEAD, GOTO 10-3-39
- Next by thread: Re: IF DEAD, GOTO 10-3-39
- Index(es):
Relevant Pages
|