comp.lang.ada
 help / color / mirror / Atom feed
From: smize@Starbase.NeoSoft.COM (Samuel Mize)
Subject: Re: ARIANE-5 Failure (DC-X works)
Date: 1996/06/12
Date: 1996-06-12T00:00:00+00:00	[thread overview]
Message-ID: <4plpqn$ko5@Starbase.NeoSoft.COM> (raw)
In-Reply-To: dewar.834410609@schonberg


** I have extracted and rearranged some of Mr. Dewar's paragraphs **
** to fit my response.                                            **

In article <dewar.834410609@schonberg>, Robert Dewar <dewar@cs.nyu.edu> wrote:
>Samuel says
>
>MatrixX isn't a language.
>
>It's a tool that uses a graphical notation, including some standard
>graphical notation for math.  You can think of it as a 4GL for
>scientific calculation."
>
>Of course it is a language, any notation is a language.

OK, get happy.  I should have said that it isn't a general-purpose
programming language.

Strictly speaking, MatrixX isn't a language, it RUNS the language.

>The people writing this *are* programmers, they are programming.

I'll concede this point for the DC-X.  It's irrelevant to my point
whether we say that MatrixX generates a program from a math notation,
or wheter we say that writing the math notation is programming.

It's relevant to your point, which I'll address below.

My point was just to describe the flavor of MatrixX.  Using MatrixX
is more alien to programming in a third-generation language than
using Ada is to programming in Assembly.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>The use of very high level languages is a very important advance in
>proramming technology, one that has been very slow in coming, but the
>notion that somehow this eliminates the need for programming of
>programmers is absurd and likely to lead to bad decisions.
>...The rhetoric about
>not needing programmers or programming any more was common as Fortran
>was introduced

And was equally stupid at the time.  I agree with you.

MatrixX does not obviate programmers or programming.

In a limited domain, it can generate a program from a description of a
desired result -- a description that I wouldn't consider a program, and
that perhaps you would (see next point).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>The people writing this *are* programmers, they are programming. There is
>no difference between a program and an executable specification. In fact
>that's all a program is -- a specification of what needs to be done with
>a method for automatic translation into a machine that does the task.

Your definition misses a subtle distinction.  I can't define it
formally.  I think most of us view programmers as people who tell a
system HOW to do something.  The MatrixX user identifies WHAT to
compute, but not HOW.

This distinction is a lot clearer in word-processing.  Computer-based
word processing was once a form of programming.  Remember nroff/troff?
You had statements to change margins, turn bold text on/off, etc.
I don't think anyone would say that using MacWrite is programming,
but you're certainly entering a specification of what needs to be done
-- in this case, what needs to be printed -- and giving it to a
"compiler" to translate it into a machine (program+hardware+data)
that does the task.  In fact, on the typical Mac, it translates this
user "language" into a postscript program, to be run on the LaserWriter.

You can call that programming, but it isn't a useful definition, and
it isn't the way most people define programming.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>And if the people who write the MatrixX code don't maintain it, who does?

The people who write the MatrixX (math specifications) maintain them.
They just don't maintain the generated Ada.  They regenerate it as needed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>In fact if this generated code
>is not maintained or looked at, there is absolutely no reason for it
>to be in Ada, and no particular advantage in it being in Ada.

UNLESS your generated code will be integrated into a larger system, and
the larger system is written in Ada.  (As we're doing where I work.)  In
this case, it's easier to combine everything if it's all Ada, and the Ada
can be used on several platforms without modification.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>In particular, people often thing the Ada mandate is being obeyed if the
>generated code from such a tool is Ada.

I don't recall anyone saying that DC-X used MatrixX due to the Mandate.

I agree that such an attitude is stupid.  I would never suggest using
MatrixX just to stay within the Mandate.

Depending on what you're doing with it, I'd argue that a code-generator
requires a waiver, even if it spits out Ada

If you want to start a discussion about idiotic code generator ideas,
you will find me on your side.  I'm thinking in particular of some of
the "AI in Ada" presentations I've seen, where an expert system engine
is built in Ada, then the expert system is coded in the expert system
engine's source language.  They claim they're doing AI work in Ada.  Feh.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>The trouble is that the assumption tends to be that the mere fact that
>something is written in a 4GL means that these criteria are met, when
>the reality is that a lot of 4GL code is low level junk written in
>totally inappropriate, ill-though out languages.

I feel this is an inappropriate statement in this thread, unless you
have some evidence that the use of MatrixX in the DC-X program is one
of those cases.

It's as if we were specifically discussing Ada, and someone said that
the problem with most third-generation languages is that they don't
including tasking and strong typing.

Please start a new thread on this topic, so I can agree with you.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Samuel Mize






  reply	other threads:[~1996-06-12  0:00 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-06  0:00 ARIANE-5 Failure John McCabe
1996-06-07  0:00 ` Theodore E. Dennison
1996-06-07  0:00 ` Tronche Ch. le pitre
1996-06-07  0:00   ` Bert Peers
1996-06-07  0:00   ` Ken Garlington
1996-06-07  0:00     ` John McCabe
1996-06-07  0:00     ` Robert Dewar
1996-06-07  0:00   ` David Weller
1996-06-07  0:00     ` Ken Garlington
1996-06-08  0:00       ` Samuel Mize
1996-06-09  0:00         ` ARIANE-5 Failure (DC-X works) Eugene W.P. Bingue 
1996-06-08  0:00           ` Robert Dewar
1996-06-09  0:00             ` ARIANE-5 Failure Dale Stanbrough
1996-06-09  0:00             ` ARIANE-5 Failure (DC-X works) Samuel Mize
1996-06-10  0:00               ` Robert Dewar
1996-06-12  0:00                 ` Samuel Mize [this message]
1996-06-13  0:00                   ` Robert Dewar
1996-06-17  0:00                     ` David Zink
1996-06-18  0:00                       ` Robert Dewar
1996-06-12  0:00                 ` Theodore E. Dennison
1996-06-15  0:00                   ` Robert Dewar
1996-06-13  0:00                 ` Ken Garlington
1996-06-14  0:00                   ` Robert Dewar
1996-06-17  0:00                     ` Ken Garlington
1996-06-18  0:00                       ` 4GL code in a deliverable (was: ARIANE-5 Failure) Arthur Evans Jr
1996-06-19  0:00                         ` Ken Garlington
1996-06-20  0:00                           ` Robert Dewar
1996-06-24  0:00                             ` Ken Garlington
1996-06-24  0:00                             ` Ken Garlington
1996-06-10  0:00               ` ARIANE-5 Failure Dale Stanbrough
1996-06-10  0:00             ` ARIANE-5 Failure (DC-X works) Ken Garlington
1996-06-14  0:00               ` Robert Dewar
1996-06-17  0:00                 ` Ken Garlington
1996-06-19  0:00                   ` 4THGL code Warren Taylor
1996-06-12  0:00         ` Automatic code generation (was ARIANE-5 Failure (DC-X works)) Steve Vestal
1996-06-08  0:00   ` ARIANE-5 Failure Jim Kingdon
1996-06-09  0:00   ` Jim Kingdon
1996-06-09  0:00   ` Jim Kingdon
1996-06-09  0:00     ` Robert Dewar
1996-06-10  0:00       ` Keith Thompson
1996-06-10  0:00       ` Dewi Daniels
1996-06-12  0:00         ` Theodore E. Dennison
1996-06-12  0:00           ` Ken Garlington
1996-06-13  0:00             ` Theodore E. Dennison
1996-06-13  0:00         ` Jan Kok
1996-06-10  0:00   ` William Clodius
1996-06-10  0:00 ` William Clodius
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox