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-27 19:55:05 PST Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!news.mathworks.com!news.bluesky.net!news.sprintlink.net!howland.reston.ans.net!agate!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!usenet From: Theodore Dennison Newsgroups: comp.lang.ada Subject: Re: Calling Ada from C Date: 27 Mar 1995 14:47:16 GMT Organization: IPL InterNetNews site Message-ID: <3l6j5k$h05@theopolis.orl.mmc.com> References: <3kp8il$avh@linus.mitre.org> <3ksanp$bab@theopolis.orl.mmc.com> <1995Mar24.121422.9469@eisner> <3l3kki$rg4@gnat.cs.nyu.edu> NNTP-Posting-Host: payday.orl.mmc.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-URL: news:3l3kki$rg4@gnat.cs.nyu.edu Date: 1995-03-27T14:47:16+00:00 List-Id: 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? (I know, I know, I should try it myself. But I'm kinda lazy^H^H^H^Hbusy these days). For the record, I would expect GNAT to be better than most compilers in this regard. After all, it is built around a C (and Pascal, and Modula-2, and ...) compiler. T.E.D.