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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ccc3531aba8db12 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Dynamic Plug-in Loading with Ada Date: Tue, 28 Jun 2005 22:53:22 +0200 Message-ID: <42C1B8C2.20605@mailinator.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net xsvU9AzfJDTyQtdLVxuYEwmcDb47rb5BsnZEN33HqnINN0c4Y= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:11707 Date: 2005-06-28T22:53:22+02:00 List-Id: Dr. Adrian Wrigley wrote: > On Sat, 25 Jun 2005 09:35:16 +0200, Preben Randhol wrote: > > >>I don't know if you have seen this paper: >> >> http://www.gnat.com/pressroom_20.php# > > ... > >>The paper explains the procedure for doing this in Windows. Does anybody >>know if one could do the same in Linux with shared libraries? > > > Hi! > > I put together a little package last year to do "Live Coding" in > Ada under GNAT/Linux. > > (...) > > I think this goes a bit beyond implementing plug-ins because the > new code was written out and compiled by the running program. > And it could run new statements and function calls dynamically > generated. It's somewhat creepy... :) Skynet anyone? > In curious to know if anyone else has tried "Live Coding" > in Ada, and what the outcome was. Not this exactly, but when you do some coding in Java within Eclipse you really get a taste for compilation on the fly...