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-Thread: 103376,9b75d36fda92b3ba X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 19 Jan 2006 23:08:31 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Using Ada (or SPARK) in Ada-unaware environment References: <4397hgF1mckguU1@individual.net> X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 19 Jan 2006 23:08:31 -0600 NNTP-Posting-Host: 67.169.16.3 X-Trace: sv3-D19MyBLi83lKr1s0HbGWlXJA1nFKazQrn38OOB4LqV4PTsKyU037gssHbtV8+vCuJQVMOCOrCMzTjPO!QmrowRmofPMSKxpzymd0bwZXhNwIrXPEAoN2Ar6Q4GkdStPQgv1qGdCclCHdvQ4tlch7EJ1Oq2E= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:2557 Date: 2006-01-19T23:08:31-06:00 List-Id: Interfaces generally should be as small and conceptually simple as possible, whether they are for levels of device control or language-change interfaces. So, it seems to me, the OP should decide on a structure first, then decide which modules should be in Ada or C.