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,fcc2d88d867060e8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-29 14:41:08 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!rcn!feed3.news.rcn.net!not-for-mail Sender: jsa@rigel.goldenthreadtech.com Newsgroups: comp.lang.ada Subject: Re: load and use a ".o" file? References: <132Fb.3462$I02.2996@newssvr23.news.prodigy.com> From: j-anthony@rcn.com (Jon S. Anthony) Date: 29 Dec 2003 17:45:32 -0500 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 207.172.132.176 X-Trace: 1072737667 reader3.news.rcn.net 4740 207.172.132.176:42734 X-Complaints-To: abuse@rcn.com Xref: archiver1.google.com comp.lang.ada:3939 Date: 2003-12-29T17:45:32-05:00 List-Id: Georg Bauhaus writes: > Stephen Leake wrote: > : Hmm. Do those compiled versions include the ability to create new code > : at runtime, where the new code is also compiled, not interpreted? > > If I have understood Jon correctly, there are Lisp compilers without > an interpreter, and with the ability to load compiled code, so > I'd guess, yes. Yes. Though also having an interpreter as part of the implementation does not change this (it's orthogonal to the discussion). > (I think I've seen the thing, too.) Most do this, so you probably did :-) /Jon