On 8/4/19 3:13 PM, Martin Michel wrote:
Hi there,
I want to extend a C++ program with Guile, mainly for configuration and
parameter scripting. For this, I need access class objects and
methods. I could not found simple examples so I started to experiment
with Smobs and only by chance find out th
Hi there,
I want to extend a C++ program with Guile, mainly for configuration and
parameter scripting. For this, I need access class objects and
methods. I could not found simple examples so I started to experiment
with Smobs and only by chance find out that they are deprecated in
favour of foreig
Hi Guile Users!
I made some progress in writing a procedure defining macro for creating
procedures which talk to an API.
I now have working code, which checks the name of an identifier in a
guard expression:
8<8<8<
(use-modules (web uri)
(web client)
(js