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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52882f38318f3520 X-Google-Attributes: gid103376,public From: dewar@schonberg.cs.nyu.edu (Robert Dewar) Subject: Re: Linking an ADA routine to a program written in C Date: 1996/09/28 Message-ID: #1/1 X-Deja-AN: 185843900 organization: New York University newsgroups: comp.lang.ada Date: 1996-09-28T00:00:00+00:00 List-Id: Larry said "I seem to recall about 5 languages being listed in the standard, which hardly clarifies as "most", especially since it leaves out some of my favorites :-)." Actually only 3 languages are mentioned epxlicitly, and the claim should have said "interface with most other standardized languages". Obviously the ISO standard for Ada 95 cannot talk about nonstandardized languages like C++ Java, or whatever., However, in practice, since Ada 95 can duplicate a C interface, Ada 95 can certainly interfac to anything that C (or for that matter Fortran or COBOL) can interface to. Of course, as is generally true for interacing from C to anything, such interfaces may indeed be non-portable.