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 03:43:55 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!swrinde!hookup!solaris.cc.vt.edu!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Calling Ada from C Date: 26 Mar 1995 06:53:54 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3l3kki$rg4@gnat.cs.nyu.edu> References: <3kp8il$avh@linus.mitre.org> <3ksanp$bab@theopolis.orl.mmc.com> <1995Mar24.121422.9469@eisner> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-26T06:53:54-05:00 List-Id: 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.