chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Any easy way to use the Boost C++ library from chick


From: Felix
Subject: Re: [Chicken-users] Any easy way to use the Boost C++ library from chicken?
Date: Sat, 21 May 2011 23:34:59 +0200 (CEST)

From: Matt Welland <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]