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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b0d68c502c0ae6 X-Google-Attributes: gid103376,public From: fraser@sinopsis.com Subject: Re: Printing Enum Variable Re: Linux World Date: 1999/03/10 Message-ID: <921097001.038.9@news.remarQ.com>#1/1 X-Deja-AN: 453515444 References: <7bfc2n$jl9@dfw-ixnews5.ix.netcom.com> <7c3lft$t10$1@remarQ.com> <1999Mar9.131659.1@eisner> <7c4ru6$e45$1@remarq.com> X-Complaints-To: newsabuse@remarQ.com X-Trace: 921097001.038.9 KZBGBQC4S164892E1C usenet1.supernews.com Organization: Vegetarian Ada Programmers NNTP-Posting-Date: Wed, 10 Mar 1999 20:16:41 GMT Newsgroups: comp.lang.ada Originator: fraser@titanic Date: 1999-03-10T00:00:00+00:00 List-Id: paene lacrimavi postquam "Michael Young" scribavit >Aye. Compared to the untrained Java multitudes, C++ benefits from requiring >more upfront knowledge and experience. Ada tops even C++ in this regard. As an >pre-employment filter, this is not altogether a bad thing. I don't understand this ... what metric are you using? I would have thought that Ada is a much easier language to dip into, because it has better support for abstractions, the compiler is more likely to tell you if you screw up, you don't need to use pointer arithmetic, it's harder to trash your stack, and the reference manual is smaller. Actually, I can understand it from the POV that the Great Unwashed (tm) are more likely to have grabbed the most recent language du jour, whereas if somebody knows Ada, they probably have some experience. And if they like Ada, they've obviously got excellent taste :) Real Life Story: I put a parenthesis in the wrong place, and ended up trying to index a string with a character. Using Ada saved me (at least) a whole debug cycle. This happens all the time. Fraser. (change 'i' to 'y' in sinopsis for my real email address)