comp.lang.ada
 help / color / mirror / Atom feed
From: dmitry6243@my-deja.com
Subject: Re: Parameter Modes, In In Out and Out
Date: Sat, 13 Jan 2001 17:29:35 GMT
Date: 2001-01-13T17:29:35+00:00	[thread overview]
Message-ID: <93q39q$oq0$1@nnrp1.deja.com> (raw)
In-Reply-To: 93n2co$alq$1@nnrp1.deja.com

In article <93n2co$alq$1@nnrp1.deja.com>,
  Robert Dewar <robert_dewar@my-deja.com> wrote:
> In article <93modu$36k$1@nnrp1.deja.com>,
>   dmitry6243@my-deja.com wrote:

> In the days of the PDP-11, the remarkable thing was that people
> could write small programs that had impressive functionality.

Yes, EDT (and later LSE) is the best text editor of all times.

> For example, Unix was a very small fraction of the size of
> mainframe OS's.

That time Unix was considered as a large, ugly, slow and unstable OS
compared to RSX-11M.

> In any case, if you want to talk about typical sizes of large
> programs, you look at mainframes THEN, and NOW you can look
> at ordinary PC's, since PC's have plenty of memory these days.

Let's be scientific (:-)) and build a histogram: number of computers
over the model price. The mediane of such histogram in 1985 will
correspond to the computers comparable with PDP-11. Today it is a PC.
Now take a "simple" program: a text processor. In 1985 for PDP-11 it
was EDT + ROFF (only a fanatic would use a Unix on PDP-11 (:-)). Size
~50K. Now turn to PC and, well, what about MS-Word? (:-))

> > This is not a scientific issue. It is about
> > feeling and belief.
>
> If science to you is strictly restricted to things that can
> be objectively measured (not all scientists would accept this
> limitation (*)) then that's absolutely right. But it is
> probably more accurate to replace "feeling and belief" with
> expert judgment (going back to my earlier analogy, the
> excellence of certain paintings is a little more than just
> some individuals feeling and belief, it is the result of a
> consensus of expert judgment).

Yes, a consensus of expert's feelings (:-)). [ Actually this is a
good criterion to decide whether something is a science. Scientific
issues are not subject of voting. ]

> If I find that my opinion is not shared
> by anyone else then I conclude that either
>
>  a) I am arguing my case incompetently
>  b) I am wrong
>
> I never end up being the 1 in an N-1 vote on language design
> issues, since neither a) nor b) justifies such a position.

Robert, you are too merciless to yourself. Even in such pure sciences
as mathematcs there is no consensus. Especially if it is about
fundamental issues like set theory. I think you would argree that
the issues of acceptance of MD and MI are fundamental for programing.

> > But it is not enough for me to change my feeling
> > that MD will be universally adopted in the near future
>
> But an individual "feeling" is not very convincing if it is
> not backed up by good arguments, especially when you are in
> a small technical minority.

Absolutely.

> So far, you really have not presented any arguments.

First, we have not yet decided what is argued. Is is about MD in
general? Is it about Ada extension, or an intrusive Ada redesign?

Second, MD is extremely obscure. Alone the question whether this
obscurity an inherent property of MD, or we simply do not understand
something, is a good theme for a plethora of PhD works.

You surely do not think that I am able to produce a complete proposal,
how to incorporate MD in Ada (:-)).

> I do NOT accept the "PL/1 style" argument that says "never mind, if
> you don't want to use this feature, you don't have to, so it can't
> harm you".

I am with you here (I did my MS work in PL/1). Though it was PL/1 that
opened exceptions and overloading to me. Interesting is that from
the height of our current knowledge they were purely implemented.

> To make your case, why not do the following
>
>   a) propose, in rough form, no need to tie up the details
>   an MD addition to Ada
>
>   b) show one example where this MD addition really adds
>   to expressive power.
>
> I think that's a reasonable request, the burden of proof is
> definitely on your side for adding new features. What is
> interesting then is to contrast the best possible solution
> without MD to the example you show.

I agree with you. But this is a good way for relatively small, well
defined and "indestructive" proposals. Like "should we have fixed
numeric types of e-radix?" (:-))

In contrary to this, the MD issue can potentially affect all parts
of the language, which is not the smallest one. It is more like,
someone says 'It would be nice to fly to stars', another answers
'well, give us the blueprints of the starship'. Technically the later
one is correct. But he should be prepared to reconsider the idea
time to time (:-)).

> Also, a casual approach to considering the semantics often
> covers up complex details. For example, in the case of
> multiple inheritance, the mess we get into when we have
> common base classes.

"Mess" is not an argument, if I dare quote you (:-)). Common bases
could be made distinguishable by an explicit inheritance path
specification and enforcing naming of the immediate bases (like names
of subroutine parameters). Converting to a class-wide should be
parametrized by the path. For overriding there are many options to
consider. It seems that all could be statically checked. C++ makes MI
unsatisfactory, but still reasonable.
[ no, this is not a proposal (:-)) ]

--
Regards,
Dmitry Kazakov


Sent via Deja.com
http://www.deja.com/



  parent reply	other threads:[~2001-01-13 17:29 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-06  0:11 Parameter Modes, In In Out and Out i.a.mcleod
2001-01-06  4:58 ` tmoran
2001-01-06 17:06   ` Robert Dewar
2001-01-06 19:50     ` tmoran
2001-01-06 20:31       ` Robert Dewar
2001-01-07  1:59     ` John English
2001-01-07  3:51       ` Robert Dewar
2001-01-08 12:06         ` dmitry6243
2001-01-09  4:32           ` Robert Dewar
2001-01-09 10:05             ` dmitry6243
2001-01-09  4:35           ` Robert Dewar
2001-01-09  9:58             ` dmitry6243
2001-01-09 14:13               ` Robert Dewar
2001-01-09 18:29                 ` dmitry6243
2001-01-09 19:55                   ` Robert Dewar
2001-01-10  0:47                     ` Brian Rogoff
2001-01-10 21:50                       ` Robert Dewar
2001-01-10  9:23                     ` dmitry6243
2001-01-10 21:46                       ` Robert Dewar
2001-01-11 11:46                         ` dmitry6243
2001-01-11 16:48                           ` Robert Dewar
2001-01-11 19:52                             ` Thierry Lelegard
2001-01-11 20:10                               ` Pascal Obry
2001-01-12  8:05                                 ` Florian Weimer
2001-01-12 13:31                               ` gasperon
2001-01-12 14:02                                 ` n_brunot
2001-01-12 17:26                                   ` charlet
2001-01-14 18:23                                     ` n_brunot
2001-01-14 21:05                                       ` Robert Dewar
2001-01-15  8:56                                         ` n_brunot
2001-01-12 11:05                             ` dmitry6243
2001-01-12 13:55                               ` Robert Dewar
2001-01-12 22:10                                 ` Dale Stanbrough
2001-01-13  1:13                                   ` Robert Dewar
2001-01-13 17:29                                 ` dmitry6243 [this message]
2001-01-13 18:22                                   ` Robert Dewar
2001-01-13 22:32                                     ` Brian Rogoff
2001-01-14  6:02                                       ` Jeffrey Carter
2001-01-14 14:33                                         ` Robert Dewar
2001-01-14 18:14                                           ` Jeffrey Carter
2001-01-14 21:10                                             ` Robert Dewar
2001-01-14 20:45                                         ` Brian Rogoff
2001-01-14 14:23                                       ` Robert Dewar
2001-01-14 20:42                                         ` Brian Rogoff
2001-01-14 21:17                                           ` Robert Dewar
2001-01-15 20:57                                             ` Brian Rogoff
2001-01-15 16:25                                     ` dmitry6243
2001-02-02  7:06                                       ` Multiple dispatch (was " mark_lundquist
2001-02-02 13:49                                         ` dmitry6243
2001-01-16 12:22                                 ` Georg Bauhaus
2001-01-13  4:46                           ` Larry Kilgallen
     [not found]                           ` <93ko49$auq$1@nnrp1.deja.coOrganization: LJK Software <eiviJtYj+A7W@eisner.decus.org>
2001-01-13  6:00                             ` Robert Dewar
2001-01-11 21:38               ` mark_lundquist
2001-01-12  0:20                 ` John English
2001-01-12 13:57                   ` Robert Dewar
2001-01-12 20:34                     ` mark_lundquist
2001-01-13 18:06                       ` Brian Rogoff
2001-01-11 21:28             ` mark_lundquist
2001-01-12 12:35               ` dmitry6243
2001-01-12 21:22                 ` mark_lundquist
2001-01-13  1:16                   ` Robert Dewar
2001-02-02  5:42                     ` mark_lundquist
2001-02-02 14:55                       ` Stephen Leake
2001-02-02 20:08                         ` Robert Dewar
2001-02-05 15:00                           ` Stephen Leake
2001-01-13 21:26               ` Jean-Pierre Rosen
2001-01-11 21:24           ` mark_lundquist
2001-01-12 12:13             ` dmitry6243
2001-01-06 16:21 ` Jean-Pierre Rosen
2001-01-09 15:15   ` Thierry Lelegard
2001-01-10 21:53     ` Robert Dewar
2001-01-07 19:15 ` DuckE
2001-01-09 20:44 ` Laurent Guerby
2001-01-09 21:46   ` Florian Weimer
2001-01-10 21:57   ` Robert Dewar
2001-01-10 23:51     ` Tucker Taft
2001-01-11  4:23       ` Robert Dewar
2001-01-11 19:28     ` Laurent Guerby
2001-01-18 18:53 ` FAROOQATIF
replies disabled

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