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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ea968aeb8c7f10d X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Do I Really Need A Supervisor? Date: 1997/03/13 Message-ID: #1/1 X-Deja-AN: 225073191 References: <3327438E.942@earthlink.net> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1997-03-13T00:00:00+00:00 List-Id: In article <3327438E.942@earthlink.net>, Auntie Alias wrote: >... Too many times in my career >I have had to explain the most basic ideas of Ada programming >to my boss. (For example, I have twice had to explain to a boss >that an Ada program needs a main procedure - that it was not just >a collection of packages that somehow starts running.) An Ada 95 program does not need a main procedure. - Bob