Bart - thank you....very interesting project Very much in favor of having a way of statically interfacing to C++ from Julia (and we have started to think about also wanting SWIG, given that some interfaces already are described with it).
Cxx is very interesting and differentiating, but still a bit far away from production use (plus, likely needing some form of precompilation, unless you want to ship around development header files). On Friday, November 13, 2015 at 3:51:34 AM UTC-5, Bart Janssens wrote: > > Hi Steven, > > Yes, that's exactly right. I'd just like to add that the specific use case > that I have in mind are C++ projects that already invested in a Python > interface using Boost.Python. The aim is to make it easy to add a Julia > interface with little effort. > This is not intended to compete with Cxx.jl, depending on the exact nature > of the C++ project authors may prefer doing the wrapping work in C++ (with > CppWrapper.jl) or in Julia (with Cxx.jl). > > Cheers, > > Bart >
