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-28 02:01:09 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!hub.org!hub.org!nntp1.njy.teleglobe.net!teleglobe.net!news.stealth.net!newsfeed.freenet.de!newsfeed.easynews.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Compile time executed functions Date: 28 Mar 2001 11:54:47 +0200 Organization: Enyo's not your organization Message-ID: <87bsqmp6ag.fsf@deneb.enyo.de> References: <3AC03CCE.70E3C2D5@mida.se> <87ae67qdrv.fsf@deneb.enyo.de> <87lmprow3a.fsf@deneb.enyo.de> <874rweoo2p.fsf@deneb.enyo.de> <99r7qm$jg7$1@a1-hrz.uni-duisburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:6159 Date: 2001-03-28T11:54:47+02:00 List-Id: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) writes: > Florian Weimer (fw@deneb.enyo.de) wrote: > > : because we're used to the fact that 'run time' follows 'compile time', > : and not the other way round. With CL (and FORTH as well, and most > : Java implementations), this is no longer true. > > And don't forget SNOBOL4 :-) Hmm, I've installed a SNOBOL4 compiler on my machine a few months ago but didn't find time to look at the programming language. I'm surprised that you can invoke the compiler during runtime. Do you have an example? Which language construct is used for that?