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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6e688afdbf4b6072 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-28 21:33:22 PST Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!news.mathworks.com!news.duke.edu!news-feed-1.peachnet.edu!paperboy.wellfleet.com!noc.near.net!eisner!kilgallen From: kilgallen@eisner.decus.org (Larry Kilgallen, LJK Software) Newsgroups: comp.lang.ada Subject: Re: Calling Ada from C Message-ID: <1995Mar28.214747.9516@eisner> Date: 28 Mar 95 21:47:47 -0500 References: <3kp8il$avh@linus.mitre.org> <3ksanp$bab@theopolis.orl.mmc.com> <1995Mar24.121422.9469@eisner> <3l3kki$rg4@gnat.cs.nyu.edu> <3l6j5k$h05@theopolis.orl.mmc.com> Organization: DECUServe Date: 1995-03-28T21:47:47-05:00 List-Id: In article <3l6j5k$h05@theopolis.orl.mmc.com>, Theodore Dennison writes: > Robert Dewar writes: > >> GNAT certainly allows the main program to be in a language other than C >> with no restrictions (in fact the main program of the *all* GNAT programs >> is typically in C, since that's what the binder generates). But you can >> also have your own explicit main program. > > With NO restrictions? Including tasking? The C program doesn't have to make > any special calls to elaborate everything? We have had two examples, both claiming that the respective compilers did not have such a restriction. Perhaps it would be more of a service to list those implementations which _do_ have such a restriction.