Hello,

> About libuv, Chicken not very well suited for callback-based ffi, so there
> is no official available extensions, but integration is possible and working
> reasonable.

Do you have any material on doing FFI with callbacks?  I've had to solve
this problem before for GUI toolkits and settled for writing a generic
handler that did the dispatching to the actual procedure with a scheme
hash table, but I'd like to see small, self-contained examples on how
one could do better.

Cheers
Vasilij

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to