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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c39ad3e35a7690a9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.241.37 with SMTP id wf5mr9729241pbc.4.1329138479292; Mon, 13 Feb 2012 05:07:59 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.131.2 Path: wr5ni20073pbc.0!nntp.google.com!news1.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!nntpfeed.proxad.net!88.191.131.2.MISMATCH!news.chainon-marquant.org!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Convention for naming of packages Date: Mon, 13 Feb 2012 14:07:51 +0100 Organization: cbb software GmbH Message-ID: References: <4f355230$0$21451$ba4acef3@reader.news.orange.fr> <1sx3fy79wys5s.1723nejowbg76.dlg@40tude.net> <15fgcngmgl41e$.113i7gtuwpwpv$.dlg@40tude.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Date: 2012-02-13T14:07:51+01:00 List-Id: On Mon, 13 Feb 2012 13:30:17 +0100, Yannick Duchêne (Hibou57) wrote: > Le Mon, 13 Feb 2012 12:57:48 +0100, Yannick Duchêne (Hibou57) > a écrit: >> The most trivial example comes with Instance_Type. That's not the same >> when it stands for the main type of a package […] > > Before I forget this question: in a similar manner, I am seeking for a > generic name for procedure or function, when the main purpose of a package > is a procedure or function. I though Apply and Eval or Get of Value could > be option (Value being my current favorite for pure functions), but I'm > not clearly fine with any one of these. These are the result of Ada lacking means to declare user-defined dereference/delegation operations. I know no good schema for naming these. Ada 2012 might show itself better in that respect eliminating need in explicit naming of some of such operations. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de