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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fc6f9338f3a892fe X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Yeric" Newsgroups: comp.lang.ada Subject: Re: A couple of questions Date: Sun, 2 May 2004 12:00:37 +0000 (UTC) Organization: BT Openworld Message-ID: References: <87k6zv7vil.fsf@insalien.org> NNTP-Posting-Host: host217-43-228-9.range217-43.btcentralplus.com X-Trace: titan.btinternet.com 1083499237 15258 217.43.228.9 (2 May 2004 12:00:37 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Sun, 2 May 2004 12:00:37 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Xref: controlnews3.google.com comp.lang.ada:180 Date: 2004-05-02T12:00:37+00:00 List-Id: > And yes, I think Bertrand Meyer has acknowledged the influence of Ada on > his language design. Yes they are similar :) > > Would have been interesting to see how the current Ada standard measures > up in Ian Joyner's "Objects Unencapsulated", don't you think? I have not read this book, but it is also interesting to see that Ada is not compared with languages such as C++ Java Smalltalk like Eiffel is. Reading more about Ada, I am seeing that Ada is a practical language, allowing the programmer to make his/her informed decisions on how to implement code. I like this idea, I am in no way rubbishing OOP, OOP makes sense for most programming and is indeed a more natural way of programming, however there are times when defining a class to perform the simplest of things can be overkill IMHO. Eiffel does not allow any orphan functions/features or variables to exist, everything is wrapped in classes, true OO. Yeric