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,4ef4f2b6e50a48c4 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: What is ADA? Date: 1999/02/23 Message-ID: <36D2A554.88EF1F69@Maths.UniNe.CH>#1/1 X-Deja-AN: 447464375 Content-Transfer-Encoding: 7bit References: <36D10384.CB4925C8@GoAway.com> <7arno9$f8$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-23T00:00:00+00:00 List-Id: robert_dewar@my-dejanews.com wrote: > In article <36D10384.CB4925C8@GoAway.com>, > Corvus wrote: > > More specifically: What does it look like? > > How would I write a "hello world" program in Ada? > These two questions (what does it look like, and how do > I write hello world) have almost nothing at all to do > with one another. > Ada is about writing large programs. > Small programs have almost nothing to do with large > programs. I remember someone from NASA once saying that > studying small programs and thinking you are making > progress on understanding how to write large programs is > like NASA having an astronaut climb a tree -- well he's > making progress, he is closer to the moon :-) :-) To be clear: large programs, not small. If your program is less than 10'000 lines, some compilers will refuse to compile it: "Error at line 9702: End-of-file found. No serious usage of Ada. No object file produced; please add stuff and retry.". And try to hide identifiers like "Bitmap", "Mouse", too. Gautier