On 2017-10-18 16:31, Eric Gourgoulhon wrote:
Hi Sage Devs,

We plan to develop some experimental package for Sage, which requires to
make use of a C++ library (basically this is to implement numerical
calculus on manifolds). What would you recommend to make the link
between Sage (Python) code and that library?
- Cython ?
- Boost ?
- ???

If your focus is mainly on Sage, then Cython looks like a natural choice. There are many Cython modules in Sage, but no Boost/Python modules.

Any example of an existing C++ / Sage interaction would also be
appreciated.

src/sage/graphs/base/boost_graph.pxd

src/sage/libs/coxeter3/decl.pxd

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to