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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,138b697470a27c0a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-01 23:43:53 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news.moneng.mei.com!uwm.edu!lll-winken.llnl.gov!uop!pacbell.com!att-out!nntpa!not-for-mail From: ka@socrates.hr.att.com (Kenneth Almquist) Subject: Re: GNAT good for learning? Message-ID: Sender: news@nntpa.cb.att.com (Netnews Administration) Nntp-Posting-Host: socrates.hr.att.com Organization: AT&T References: <1994Nov30.191822.20165@roxi.rz.fht-mannheim.de> Date: Thu, 1 Dec 1994 01:42:56 GMT Date: 1994-12-01T01:42:56+00:00 List-Id: Dirk Zoller asked: > How suitable is the GNAT compiler (on Linux or OS/2) for learning Ada? Pretty good. The implementation is not complete, but the features you are most likely to use as a beginner are all there. Basicly, the negatives are: 1) Like any program under development, it contains bugs. Of course, even commercial Ada compilers contain bugs; the difference is that you are unlikely to encounter them when writing simple programs. 2) Gdb doesn't understand Ada yet, although you can use gdb on GNAT programs with some effort. On the positive side, the GNAT compiler produces high quality error messages for compile time errors. GNAT runs on both Linux and OS/2. Kenneth Almquist