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,c6e9700a33963193 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: The future of Ada Date: 1999/03/28 Message-ID: <36FDBFD2.A5CF1407@Botton.com>#1/1 X-Deja-AN: 459912310 Content-Transfer-Encoding: 7bit References: <36E690FA.4B9C@sandia.gov> <36fbd229.1390755@news.demon.co.uk> To: John McCabe X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-28T00:00:00+00:00 List-Id: I agree, Even when I can't use Ada for the final product I very often prototype in Ada since it offers many abstractions not found in Java and C++. The problem here is a lack of familiarity with the tools at hand, not the language. David Botton John McCabe wrote: > > "Michael Garrett" wrote: > > >I am just learning Ada, and it is frustrating sometimes to realize that I > >can not just sit down and code something, even to try it out. > > I can't understand where you got that idea from. I find with Ada I can > just sit down and code something, and most times, if the language > allows what I've written, what the compiler produces does what I want. > > I could never say that about using C. >