Re: Dynamic Plug-in Loading with Ada
- From: Preben Randhol <randhol+cla@xxxxxxx>
- Date: Tue, 28 Jun 2005 23:30:13 +0200
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.»
.
- Follow-Ups:
- Re: Dynamic Plug-in Loading with Ada
- From: Dr. Adrian Wrigley
- Re: Dynamic Plug-in Loading with Ada
- References:
- Dynamic Plug-in Loading with Ada
- From: Preben Randhol
- Re: Dynamic Plug-in Loading with Ada
- From: Dr. Adrian Wrigley
- Dynamic Plug-in Loading with Ada
- Prev by Date: Re: Division by zero
- Next by Date: Re: task time-out&abort
- Previous by thread: Re: Dynamic Plug-in Loading with Ada
- Next by thread: Re: Dynamic Plug-in Loading with Ada
- Index(es):
Relevant Pages
|