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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9e7db243dfa070d7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!news.tornevall.net!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Do people who use Ada also use ocaml or F#? Date: Sat, 30 Oct 2010 19:31:01 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <83074951-f661-4ae2-87f2-10c359ea6471@a36g2000yqc.googlegroups.com> NNTP-Posting-Host: 1dcbc9d133566e965f68b3f204a2032f Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: 03302d829b8af6685821b876c4300ac7 X-Complaints-To: abuse@tornevall.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10 X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: X-UserIDNumber: 1738 X-Validate-Post: http://news.tornevall.net/validate.php?trace=03302d829b8af6685821b876c4300ac7 X-Complaints-Italiano: Non abbiamo padronanza della lingua italiana - se mandate una email scrivete solo in Inglese, grazie X-Posting-User: 0243687135df8c4b260dd4a9a93c79bd Xref: g2news2.google.com comp.lang.ada:15972 Date: 2010-10-30T19:31:01-07:00 List-Id: On 10/30/2010 04:30 PM, Yannick DuchĂȘne (Hibou57) wrote: > These miss-understandings may be more caused by the attempt to map a > language onto another (someone coming from A to B, who try to do A with > B), than caused by the language, as tutorials and books about learning > the language (Ada) does not really push to these miss-understandings > (just think about JP. Rosen frequently talking about HOOD, even when he > does not name it). Ada on-line books are more oriented towards safe > practices. When tagged type are push onto the front, this is just as a > reply to people convinced Ada does not support it (the supposed > audience, is people who know what there are looking for and what they do). Not at all. I've been using Ada since 1984, and am reckoned to have a passable understanding of it. I am reasonably familiar with the programming-by-extension features (see my use of a type extension to avoid access types in a recent discussion of S expressions), but I have made several errors when dealing with code that uses these features in their more normal, obfuscatory manner. Normally I would think it's just a failing on my part, but the many problems others have had help me think that maybe it's not. HOOD is a design method, and has nothing to do with programming by extension, which is an implementation technique that has nothing to do with object orientedness. I've have written plenty of object-oriented S/W that does not use programming by extension, and (unfortunately) seen far too much S/W that uses programming by extension that is not object oriented. -- Jeff Carter "Blessed are they who convert their neighbors' oxen, for they shall inhibit their girth." Monty Python's Life of Brian 83