Re: Failing to run Foreign Object example

2019-08-04 Thread Matt Wette
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

Failing to run Foreign Object example

2019-08-04 Thread Martin Michel
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

Re: syntax-case identifier name predicate in guard expression

2019-08-04 Thread Zelphir Kaltstahl
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