GNU Guile-CV 0.1.6 released

2017-08-13 Thread David Pirotte
Hello, GNU Guile-CV 0.1.6 is released. * About Guile-CV - Image Processing and Analysis in Guile - is a Computer Vision functional programming library for the Guile Scheme language. Based on Vigra (Vision with Generic Algorithms - a C++ image processing and analysis library), Guile-CV comprises

ffi varargs support

2017-08-13 Thread Matt Wette
libffi will have support for varargs in the future. How could the syntax in Guile be handled? How about ellipsis symbol in pointer->procedure and a pair for each va-arg: type in car and value in car? > (define p (dynamic-func “printf” (dynamic-link))) > (define f (pointer->procedure int p (lis