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: a07f3367d7,57c2a52b53b360c2 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!uucp.gnuu.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 15 Jun 2011 16:59:13 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Multiple dispatch References: <7loar137gjid$.qrn6ghii6ee$.dlg@40tude.net> <11peqoimzzkd9$.foyzy9udb4dt$.dlg@40tude.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Message-ID: <4df8c8c1$0$6557$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 15 Jun 2011 16:59:13 CEST NNTP-Posting-Host: 112a164f.newsspool4.arcor-online.net X-Trace: DXC=nOK_UaUNZAGWDmlTRbh@=I4IUKJLh>_cHTX3jMQWUD0eGHIHG X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:19852 Date: 2011-06-15T16:59:13+02:00 List-Id: On 15.06.11 12:30, Natasha Kerensikova wrote: > I know other high-level languages do have introspection mechanisms, but > I haven't seen anything like that in Ada. Have I missed them? You could build something around (external) tag names. Or you could build a compiler into an ASIS program or vice versa. This should be a pretty powerful team.