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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c6c96fe0302f04f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-20 09:04:09 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Would you use Ada more if... Date: 20 Aug 2002 09:04:09 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 192.76.70.227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029859449 18410 127.0.0.1 (20 Aug 2002 16:04:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 Aug 2002 16:04:09 GMT Xref: archiver1.google.com comp.lang.ada:28255 Date: 2002-08-20T16:04:09+00:00 List-Id: "Marin D. Condic" wrote in message news:... > One of the things that hurt Ada in the early days was the fact that for even > rather terrible compilers with no surrounding tools, you were being asked to > pay megabucks for the privilege of using them at all. This was happening > while people were able to get inexpensive Pascal compilers and those with > Unix got C free of charge. (Well, O.K., "bundled in with Unix" so whatever > you paid for the system included some payment for C. But the point was you > didn't have to go beg your boss to spend a hundred thousand for a compiler > and the custom hardware to run it on.) This was definitely a large factor that slowed adoption of Ada. Another major factor was (and still is) the difficulty of using Ada to write typical desktop applications. As late as 1988 there still was no standard binding to POSIX services nor to X-Windows, and Ada-83 didn't even provide a portable way to write such a binding. And of course the infamous inability to pass functions as arguments made event-driven programming nearly impossible. So even though Ada-83 was a much safer language than C, the startup costs for typical (non-embedded) application development were enormous. > > Now, while Ada has certainly come down in cost to be competitive with other > languages, it still suffers in some respects for lack of nice integrated > toolsets all available in a shrink-wrap package on the shelf at CompUSA. > Things are getting better and more/better integrated toolsets are becoming > available or are in the works. You still won't see Ada standing next to the > C/C++/Java/Basic/etc. development kits on the shelves at computer stores... I don't think an IDE is all that important. New languages (e.g. Perl, PHP, Python, Ruby) have appeared and gained a fairly large following without an IDE.