From: "Mike Silva" Newsgroups: comp.os.msdos.djgpp References: <3868DC8F DOT A0B00483 AT turku DOT crosswinds DOT net> Subject: Re: What the hell is ADA? Date: Tue, 28 Dec 1999 21:15:57 -0800 Lines: 51 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 209.239.209.183 X-Original-NNTP-Posting-Host: 209.239.209.183 Message-ID: <386998e5@news1.jps.net> X-Trace: 28 Dec 1999 21:15:17 -0800, 209.239.209.183 X-Original-NNTP-Posting-Host: 209.63.224.240 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ada was actually designed to meet a Department of Defense requirement for a language to develop very large and reliable embedded programs. The current version, Ada95, is an excellent general-purpose language that can be compared in scope to C++, while making it much easier to write correct, error-free code -- hence its frequent use in aircraft systems, traffic control, medical equipment, etc. It's also got built-in concurrency. Here are some pointers: http://www.adapower.com http://www.adahome.com http://www.adaic.com Also visit comp.lang.ada if interested in learning more... Mike Koder wrote in message ... > >ADA is a programming language created to replace FORTRAN. Is is named after >Ada Byron, which is recognised to be the world's frist programmer back in >1851. > >The language looks a bit like a mix between modern PASCAL and JAVA. There is >a very fixed structure (just like PASCAL), and works moduled (well, >packages). It has a very tied type definition just like most modern >languages such as PASCAL, JAVA, etc. It was especially developed for >scientific purposes just like FORTRAN. And was immediatly organised by a >commity and focused on an ISO standard. >The latest incarnations are Object-Oriented. > > > > > Toaster wrote in message <3868DC8F DOT A0B00483 AT turku DOT crosswinds DOT net>... > I downloaded those libraries... but what is ADA > how do I use those libraries > -- > ---------------------------- > Toaster : > Ville Elomaa > elomaa AT turku DOT crosswinds DOT net > www.crosswinds.net/~elomaa > > > >