From: Matt Welland <[email protected]> Subject: [Chicken-users] Any easy way to use the Boost C++ library from chicken? Date: Fri, 20 May 2011 13:53:12 -0700
> I'd like to access the Boost computational geometry stuff > (http://www.boost.org/doc/libs/1_46_1/libs/polygon/doc/index.htmI) > from chicken but don't care too much about performance. I'm thinking > of writing a small Boost app that connects to the chicken world via > stdin/out. Can anyone suggest an easy but better way? > It shouldn't be very hard to embed a compiled chicken application inside your C++ program. There is a manual chapter about this: http://wiki.call-cc.org/man/4/Embedding cheers, felix _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
