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.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,144064e39ca0ca6a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-23 08:45:45 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!newsxfer.itd.umich.edu!ncar!csn!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!alcyone!rgilbert From: rgilbert@orl.mmc.com (Bob Gilbert) Newsgroups: comp.lang.ada Subject: Re: Main (function) program with exit(stat Date: 23 Sep 1994 14:35:07 GMT Organization: Martin Marietta Orlando Distribution: world Message-ID: <35up2r$a1@theopolis.orl.mmc.com> References: <35f5kr$mad@info.epfl.ch> Reply-To: rgilbert@orl.mmc.com NNTP-Posting-Host: alcyone.orl.mmc.com Date: 1994-09-23T14:35:07+00:00 List-Id: In article mad@info.epfl.ch, weber@lglsun.epfl.ch (Mats Weber) writes: ->Was it ever considered that a task should be the main program instead ->of a subprogram ? -> ->I think that this would be more logical and would avoid that hidden ->environment task calling the main subprogram. -> ->Of course, this would make it more difficult for compilers to know ->whether or not the tasking kernel must be linked in. I beleive that some compiler's do treat the main program like a task. I rather like the idea. -Bob