From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 18 Apr 93 10:45:24 GMT From: cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu !sdd.hp.com!nigel.msen.com!spool.mu.edu!darwin.sura.net!uvaarpa!vger.nsu.edu!g_ harrison@ucbvax.Berkeley.EDU (George C. Harrison, Norfolk State University) Subject: Re: Ichbiah's Letter___ Message-ID: <3592.2bd0f904@vger.nsu.edu> List-Id: In article , emery@goldfinger.mitre.o rg (David Emery) writes: > The biggest advantage of the trailing underscore is that it now makes > the absolutely horrible VMS naming conventions ambiguous. Is > FOO_.ada > the package specification for package FOO, or the package body for > package FOO_ ? > > dave There goes upward/downward compilations! I guess Digital will have to change the standard now... How about FOO_$.ADA to represent the specification and FOO_.ADA to represent the body? Have you considered the problem with having procedure MYFOO being compiled separately inside of FOO_ package. The file would have to be FOO___MYFOO.ADA (three underscores). George +----------------------------------------------------------------------------+ | George C. Harrison | PHONE : (804) 683-8654 | "Ada Spoken Here"| | Professor of Computer Science | FAX : (804) 683-9229 +------------------+ | Norfolk State University | g_harrison@vger.nsu.edu | | | 2401 Corprew Avenue +-------------------------+ | | Norfolk VA 23504 | loop exit when RE_TIRED; end loop; | +-------------------------------+--------------------------------------------+