Re: ffi-help: #:use-ffi-module

2017-09-07 Thread Matt Wette
> On Sep 7, 2017, at 8:32 PM, Matt Wette wrote: > > > Hi All, > > I am working on a ffi-helper: a program that will read in a C dot-h file and > generate a Guile dot-scm file > which defines a module to provide hooks into the associated C library. Goal > is to release something > around A

ffi-help: #:use-ffi-module

2017-09-07 Thread Matt Wette
Hi All, I am working on a ffi-helper: a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. Goal is to release something around Apr 2018. With the helper interfaces are with ffi-modules. A module

Re: Auto compile from many different languages that interoperates with guile

2017-09-07 Thread William ML Leslie
On 8 September 2017 at 11:39, William ML Leslie wrote: > https://docs.python.org/3/library/importlib.html#module-importlib > Hmm I could have said something similar about Java's classloaders or OSGi or E's eMakers (eMakers are even better, though require more work to feel guiley). -- William Le

Re: Auto compile from many different languages that interoperates with guile

2017-09-07 Thread William ML Leslie
On 2 September 2017 at 06:45, Stefan Israelsson Tampe wrote: > form is either specified or current-language and what I propose is to add a > knob that enables another version of the default for from e.g. something > like the following. > > (define %extension-map '((("py" "python") python) ((("pl"