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,832f6b80880a44ab X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada == Pascal? Date: 1997/04/24 Message-ID: #1/1 X-Deja-AN: 237122199 References: Organization: New York University Newsgroups: comp.lang.ada Date: 1997-04-24T00:00:00+00:00 List-Id: Douglas asks <> First, we should refer you to www.adahome.com, where you will find all sorts of information about Ada 95, the language you will be learning. It is indeed based on Pascal, in a general sort of way, but you need to study the language to start coding in it. I have taught CS 2 to students who learned Pascal in CS 1 and found that they could adapt fast. There are some online tutorials that are referenced from adahome that you will find useful. Also, you can download free software versions of Ada 95 compilers (GNAT) from many sites, including cs.nyu.edu (directories pub/gnat). <> Ada is a programming language. It is used in many fields. It was developed originally under the auspices of the department of defense, and much DoD code uses Ada, but it was a very open development, and Ada is also used in many commercial applicatoins (for example the Boeing 777 is an all Ada plane, and the Channel Tunnel signalling system is written in Ada -- you will find more examples at adahome).