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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5af5c381381ac5a7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!g19g2000yqc.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Ada requires too much typing! Date: Thu, 10 Jun 2010 00:36:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <35dd1a8f-1af8-4979-9663-29f7f4cb302e@g19g2000yqc.googlegroups.com> References: <03f84a0a-e070-43a9-9b68-920345f64f94@r27g2000yqb.googlegroups.com> <1c704c1e-1b2e-427f-ae0e-3b2a0f976c7c@y4g2000yqy.googlegroups.com> <10855f68-76a1-4600-ba65-464dab6c6274@w12g2000yqj.googlegroups.com> NNTP-Posting-Host: 109.165.30.141 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1276155397 21129 127.0.0.1 (10 Jun 2010 07:36:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 Jun 2010 07:36:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000yqc.googlegroups.com; posting-host=109.165.30.141; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:11559 Date: 2010-06-10T00:36:36-07:00 List-Id: On Jun 10, 10:54=A0am, Yannick Duch=EAne (Hibou57) wrote: > Le Thu, 10 Jun 2010 08:34:07 +0200, Vadim Godunko a = =A0 > =E9crit:> I want to known more about how to use OOP in Ada without access= types! > > Wadim, if saying OOP, you meant dynamic dispatching, then you are indeed = =A0 > not required to use access type for that. No, I more asked for real example where Ada's OOP is be used without access types in OOP way. The only known example is Tuker's work on some part of ASIS 05, but from my point of view this work is set of tricks and assumptions successful for concrete example but not for general use.