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-Thread: 103376,e7151167e0767ecc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Feasibility of using Ada in new development Date: Fri, 3 Sep 2004 09:30:08 +0100 Organization: BAE SYSTEMS Message-ID: <41382989$1_1@baen1673807.greenlnk.net> References: <8429999a.0408231027.2850e800@posting.google.com> <6530a40c.0408240309.36f53e75@posting.google.com> <8429999a.0408241225.144c0066@posting.google.com> <19b0e504.0408251305.73ed26c8@posting.google.com> <87brgxkbol.fsf@insalien.org> <19b0e504.0408280957.5e266d7@posting.google.com> <877jrjhzx4.fsf@insalien.org> <19b0e504.0408300906.15164bf3@posting.google.com> <19b0e504.0408310911.1e885c26@posting.google.com> <1093982960.20821@master.nyc.kbcfp.com> <4136de3f$1_1@baen1673807.greenlnk.net> <2073049.PxIhhTSDzt@linux1.krischik.com> X-Trace: news.uni-berlin.de h27UaQi+aLAsHY7vLmROLAU1BCj03+RTZXf4yr5n+//g2j09W1 X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:3282 Date: 2004-09-03T09:30:08+01:00 List-Id: Martin Krischik wrote: >> This will be a whole lot easier with Object.Method notation - this >> shold be Ada0Y. > > I don't think it gets any easier. The main problem is the use of > "use" here. A lot of progammers "use" everything and anything and > hence an enourmous amount of identifier become visible. And then the > IDE can't choose. But with Object.Method notation, the need to use "use" is reduced. :-) > Shure, once you type "Object." the IDE can reduce the choice - but > then "Package." would have been just as easy for the IDE. > > So actually more difficult. The IDE must now support "Object." and > "Package." That's a difficulty for the IDE implementor (thankfully) not me. Cheers -- Martin