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,d2c078de2e21c8ec,start X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Source code representation Date: 2000/11/23 Message-ID: #1/1 X-Deja-AN: 697041775 Sender: rusfw@mercury.rus.uni-stuttgart.de Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cert.uni-stuttgart.de X-Trace: hornet.rus.uni-stuttgart.de 974983152 9030 129.69.1.226 (23 Nov 2000 12:39:12 GMT) Organization: RUS-CERT, University of Stuttgart, Germany Mime-Version: 1.0 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 NNTP-Posting-Date: Thu, 23 Nov 2000 12:39:12 +0000 (UTC) Newsgroups: comp.lang.ada Date: 2000-11-23T00:00:00+00:00 List-Id: The file-centered approach used by GNAT is close enough to what other programming language implementations do on unixoid platforms traditionally. I've never used another Ada compiler, and I wonder if other vendors choose a different model (i.e. precompilation of specs and bodies and some kind of library repository). Are there any other Ada compilers which can directly use separate body/spec files in the way GNAT mandates them? (I'm interested in this because I'm going to try to push some Ada-related directory into the FHS standard, and the following question arises: Are directories containing .ads/.adb files GNAT-specific, practically speaking, or not?)