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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a270a1fc28d4f812 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-23 22:06:17 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Re: OOD in Ada? Date: 23 Jun 2002 22:06:17 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0206232106.6ec49257@posting.google.com> References: <3d135676$0$8511$cc9e4d1f@news.dial.pipex.com> <3D1440FA.9030409@ib-paus.com> <8db3d6c8.0206221933.496d3904@posting.google.com> <3D157CE6.6010208@ib-paus.com> NNTP-Posting-Host: 216.101.234.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1024895177 17101 127.0.0.1 (24 Jun 2002 05:06:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 24 Jun 2002 05:06:17 GMT Xref: archiver1.google.com comp.lang.ada:26635 Date: 2002-06-24T05:06:17+00:00 List-Id: "Dr. Michael Paus" wrote in message > > I think it would be more worthwhile to build on Java and put in all the > nice things of Ada which are missing in Java but could be introduced > without major problems. Well, Sun is adding generics to Java, should be in JDK 1.5, I hear they are looking as adding some sort of limited user defined operators for Java. They added 'asserts' in JDK 1.4. But no real enumeration data types like in Ada still, and probably never well. I think Java is good, but still Ada is better as a basic language. But I find Ada OO model harder to work with for me due to the different syntax I am used to.