comp.lang.ada
 help / color / mirror / Atom feed
From: bill <bill@newsguy.com>
Subject: Re: What is ADA?
Date: 1999/02/21
Date: 1999-02-21T00:00:00+00:00	[thread overview]
Message-ID: <7ar2ej$ec4@drn.newsguy.com> (raw)
In-Reply-To: 36D10384.CB4925C8@GoAway.com

In article <36D10384.CB4925C8@GoAway.com>, Corvus says...
>
>More specifically:  What does it look like?  How would I write a "hello
>world" program in Ada?
>-- 
>This is my .SIG file.  Enjoy.

a good place is to start at http://www.adahome.com , it has links to many
Ada places and info on Ada.  

Ada 'looks' more like Pascal, than C or C++ or Java. It is a strongly typed
language, and with more features than Pascal.

to write hello world, it will be something like this:


with ada.text_io; use ada.text_io;
procedure t is
begin
   put_line("hello world");
end t;

bill.




  reply	other threads:[~1999-02-21  0:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-22  0:00 What is ADA? Corvus
1999-02-21  0:00 ` bill [this message]
1999-02-22  0:00 ` robert_dewar
1999-02-23  0:00   ` Bob Munck
1999-02-24  0:00     ` robert_dewar
1999-02-23  0:00   ` Gautier
1999-02-23  0:00     ` Tom Moran
1999-02-23  0:00     ` bill
1999-02-23  0:00       ` Gautier
1999-02-22  0:00 ` David Botton
1999-02-23  0:00   ` Michael Young
1999-02-24  0:00     ` Steve Quinlan
     [not found]     ` <36d52fe9.8491568@news.geccs.gecm.com>
1999-02-26  0:00       ` David Botton
1999-02-22  0:00 ` Tom Moran
1999-02-22  0:00   ` Nick Roberts
1999-02-22  0:00 ` Corvus
1999-02-22  0:00   ` dennison
1999-02-23  0:00     ` Ehud Lamm
1999-02-22  0:00 ` Matthew Heaney
  -- strict thread matches above, loose matches on Subject: below --
1997-05-10  0:00 David Chang
1997-05-11  0:00 ` Robert Dewar
1997-05-13  0:00 ` Alan Brain
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox