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,9333969071d4358,start X-Google-Attributes: gid103376,public From: "Cagdas Ozgenc" Subject: Suggestions to a Newbie Date: 2000/08/17 Message-ID: <8ngv4j$ko9$1@news01.cit.cornell.edu>#1/1 X-Deja-AN: 659359133 Sender: verified_for_usenet@cornell.edu (co19 on dialup145.rek.deu.edu.tr) X-Trace: news01.cit.cornell.edu 966524883 21257 194.27.65.145 (17 Aug 2000 15:08:03 GMT) Organization: Cornell University X-MSMail-Priority: Normal X-Priority: 3 NNTP-Posting-Date: 17 Aug 2000 15:08:03 GMT X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Newsgroups: comp.lang.ada X-Complaints-To: usenet@news01.cit.cornell.edu Date: 2000-08-17T15:08:03+00:00 List-Id: Hi, I am interested in learning Ada 95. Could you please recommend: 1) A starter's book for a programmer with solid experience in programming with many other languages. Basically I do not want a book that teaches what recursion is etc. Also it would be better if it directly gets into practical applications with OO paradigm, without talking about what OO is. 2) A compiler for Windows NT, with a dedicated IDE. Free or commercial doesn't matter. Free would be better, but if the compiler and the IDE are developed by different people, or companies, I really do not want to go through the hell of configuring a generic IDE to run externally a compiler, and its debugger. Also, can we say that Ada is an allround language, or is it targeted for a specific field? Are the libraries provided with Ada portable across several platforms, is there a Standard library for Ada? How would you compare its performance to C++? (without biasing it with your love for Ada) Thanks in advance