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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ccc3531aba8db12 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!oleane.net!oleane!freenix!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Dynamic Plug-in Loading with Ada Date: Tue, 28 Jun 2005 23:30:13 +0200 Organization: PVV Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Trace: melchior.cuivre.fr.eu.org 1119994235 23911 212.85.156.195 (28 Jun 2005 21:30:35 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 28 Jun 2005 21:30:35 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-reply-to: Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:11709 Date: 2005-06-28T23:30:13+02:00 On Tue, Jun 28, 2005 at 08:43:20PM +0000, Dr. Adrian Wrigley wrote: > > I put together a little package last year to do "Live Coding" in > Ada under GNAT/Linux. > > The package (LiveCoding) implemented procedures to run statements, to > compile subprograms and to compile packages. The arguments would > be strings and context clauses. I implemented context clauses as > a separate data type which could be passed in to the code generator, > > The LiveCoding package wrote out new packages into files and called > out to gnatgcc (or whatever) to compile the code fragments using dlopen > and dlsym to access the new program symbols. Sounds interesting? Is this package by any chance available online? -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- �For me, Ada95 puts back the joy in programming.�