Re: [Chicken-users] Passing in a scheme function into C to be called later

2017-07-18 Thread Evan Hanson
Hi David, On 2017-07-18 15:21, David Astels wrote: Subscribing is puzzling me and I assume someone has encountered a similar situation at some point. I need to be able to pass a scheme function to a call to a C function. It then gets stored and is needs to be called by the message received

[Chicken-users] Call for Participation: ICFP 2017

2017-07-18 Thread Lindsey Kuper
[ Early registration ends 4 August. ] = Call for Participation ICFP 2017 22nd ACM SIGPLAN International Conference on Functional Programming and affiliated events September 3 - September 9, 2017 Oxford, UK

[Chicken-users] Passing in a scheme function into C to be called later

2017-07-18 Thread David Astels
I’m integrating the Paho C MQTT client code with chicken. The publish stuff works fine; it’s just straight-up calling C functions. Subscribing is puzzling me and I assume someone has encountered a similar situation at some point. I need to be able to pass a scheme function to a call to a C