From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5eb8ca5dcea2827 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Ada OO Mechanism Date: 1999/05/25 Message-ID: <374B5BA2.3D5839E6@Botton.com>#1/1 X-Deja-AN: 482148083 Content-Transfer-Encoding: 7bit References: <7i05aq$rgl$1@news.orbitworld.net> <7i17gj$1u1k@news2.newsguy.com> <7icgkg$k4q$1@nnrp1.deja.com> <3749E9EC.2842436A@aasaa.ofe.org> <7id2eo$fag@drn.newsguy.com> <3749FF7D.F17CE16A@aasaa.ofe.org> <374AC676.F7AE0772@lmco.com> <7ieuja$5v9@news1.newsguy.com> <7if7oj$bee@news1.newsguy.com> <7ifem0$1b4p@drn.newsguy.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 927685545 10298 199.227.148.84 (26 May 1999 02:25:45 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 26 May 1999 02:25:45 GMT Newsgroups: comp.lang.ada Date: 1999-05-26T02:25:45+00:00 List-Id: I find that the flexibility often lends itself to very clear designs. Here and there I have been working on a cross platform set of GUI classes. By combining a number of different methods of design I created a very fluid and easy to use set of classes. (I will set up a project page for the classes soon in the Ada Lab - http://www.adapower.com/lab once I finish off a couple dead lines) If Perl is the duct tape of programming languages, Ada is the Rambo knife of engineering. (OK maybe swiss army fit better ...) David Botton Chris wrote: > > In article <7if7oj$bee@news1.newsguy.com>, Samuel says... > > > > > > >I do know that this distinction is extremely useful in a mixed-method > >environment, e.g., object-oriented and procedural elements working > >together. > > > > I don't think it leads to clear design when one part of the > program is done in OO ways, while another part is not. > > one either uses all OO, or all procedural. > > don't you agree? > > Chris >