Re: [C++-sig] outdated info in the "projects using boost.python" docs

2012-12-16 Thread Greg Landrum
Thanks Ralf. On Sat, Dec 15, 2012 at 2:28 AM, Ralf Grosse-Kunstleve wrote: > Thanks, I've updated the web page. I simply took this from the RDkit page: > > A collection of cheminformatics and machine-learning software written in > C++ and Python. > > > On Fri, Nov

[C++-sig] outdated info in the "projects using boost.python" docs

2012-11-23 Thread Greg Landrum
Hi, A colleague pointed out to me that the "Project using Boost.Python" document (http://www.boost.org/doc/libs/1_52_0/libs/python/doc/projects.html) includes a link to Rational Discovery LLC, a company that no longer exists (we shut it down in 2006). That link, which now re-directs to some comple

Re: [C++-sig] new to python; old to C++

2008-11-02 Thread Greg Landrum
On Sat, Nov 1, 2008 at 12:48 PM, Paul Melis <[EMAIL PROTECTED]> wrote: > I'd like to see proof of the claim that SWIG's wrapper code is > inefficient. In my experience it is not more inefficient than what, for > example, boost.python via Py++ provides. I was curious about the claims of SWIG's inef

Re: [C++-sig] new to python; old to C++

2008-11-01 Thread Greg Landrum
On Sat, Nov 1, 2008 at 4:48 AM, Alan Baljeu <[EMAIL PROTECTED]> wrote: > > It was a personal question. Do you specifically do much wrapping stuff or > not? I'm > trying to gauge your approach compared to how much you do it. I mean, if I > had > to wrap one C++ function I would of course use th