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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,571930b4ff0bc1ee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-30 01:02:01 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.tele.dk!194.8.194.95!news.netcologne.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: Compile time executed functions Date: Fri, 30 Mar 2001 08:57:16 +0000 (UTC) Organization: GMUGHDU Message-ID: <9a1hpc$4fl$1@a1-hrz.uni-duisburg.de> References: <3AC03CCE.70E3C2D5@mida.se> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 985942636 4597 134.91.4.34 (30 Mar 2001 08:57:16 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 30 Mar 2001 08:57:16 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:6234 Date: 2001-03-30T08:57:16+00:00 List-Id: Mats Karlssohn (mats@mida.se) wrote: : That is I'd like to have the compiler to execute a function for me (at : compiletime!) and use the return of that function to initialize the : constant. If I'v understood this correctly, then a hint given by Tucker Taft some time ago was, that this could be done using ASIS. (Would need _some_ work I guess... :-)