Re: Signals / Messages / Events / ...?

2018-01-03 Thread Matt Wette
> On Jan 2, 2018, at 9:09 PM, Christopher Howard > wrote: > > Hi list, forgive me if this is a somewhat vague question... but is > there some kind of framework/system/approach for Guile where you could > have different parts of your code register callback

[ANN] guile-wiredtiger 0.6.3

2018-01-03 Thread Amirouche
Héllo, I am happy to announce that I released guile-wiredtiger 0.6.3. It's mainly a small bug fix release to make it possible to run tests with guix ie. improvements on previous work on autotools support. Also, `(call-with-cursor name proc)` can return multiple values. The guix package will

Re: Signals / Messages / Events / ...?

2018-01-03 Thread Neil Jerram
On 03/01/18 15:11, Christopher Howard wrote: On Wed, 2018-01-03 at 11:53 +, Neil Jerram wrote: Well, one Lispy mechanism in that area is hooks.  For example, from some of my old code: ;; Changes to modem registration state are indicated by calling this ;; hook with args STATE and

Re: Signals / Messages / Events / ...?

2018-01-03 Thread Christopher Howard
On Wed, 2018-01-03 at 11:53 +, Neil Jerram wrote: > > Well, one Lispy mechanism in that area is hooks.  For example, from > some  > of my old code: > > ;; Changes to modem registration state are indicated by calling this > ;; hook with args STATE and PROPERTIES.  STATE can be 'none, meaning

Re: Signals / Messages / Events / ...?

2018-01-03 Thread Neil Jerram
On 03/01/18 05:09, Christopher Howard wrote: Hi list, forgive me if this is a somewhat vague question... but is there some kind of framework/system/approach for Guile where you could have different parts of your code register callback functions to react to a certain signal or message raised by