Re: Embedding vs. Extending

2011-09-18 Thread Ludovic Courtès
Hi! Paul Smith skribis: > On Sun, 2011-09-18 at 14:10 +0200, Ludovic Courts wrote: >> Ideally, when Guile support is enabled, GNU make would be turned into >> a Guile extension (a shared library and its companion Scheme module >> that loads it with ‘load-extension’) that would expose make’s >> f

Embedding vs. Extending (was: Re: Using guile as an extension language for GNU make)

2011-09-18 Thread Paul Smith
On Sun, 2011-09-18 at 14:10 +0200, Ludovic Courts wrote: > Ideally, when Guile support is enabled, GNU make would be turned into > a Guile extension (a shared library and its companion Scheme module > that loads it with ‘load-extension’) that would expose make’s > functionality. I'm not sure I'm i