>________________________________
> From: Wenzel Jakob <wen...@inf.ethz.ch>
>To: cplusplus-sig@python.org 
>Sent: Sunday, October 18, 2015 2:56 PM
>Subject: [C++-sig] pybind11 -- alternative to Boost.Python
> 
>
>
>Hello all,
>
>
>after being a long-time Boost.Python user, I’ve been working on an alternative 
>that makes more effective use of recent C++11-capable compilers. The overall 
>syntax and ideology are very similar to Boost.Python, but the implementation 
>only requires a few header files with a a vastly smaller amount of code thanks 
>to C++11 lambda functions, tuples and variadic templates. There is also 
>dedicated support for Python’s buffer protocol and NumPy arrays, which is 
>useful for scientific computing applications.
>
>
>So far it’s only used by a few projects, but I think it could be useful to 
>this audience.
>
>
>Code: https://github.com/wjakob/pybind11
>Documentation: http://pybind11.readthedocs.org/en/latest/


It looks good.
Have you tried contacting the actual boost.python mantainer and maybe propose 
merge with the boost.python or make a boost.python3 from it? It would be shame 
not incorporate the useful stuff in boost.python.

>
>Best,
>Wenzel
>_______________________________________________
>Cplusplus-sig mailing list
>Cplusplus-sig@python.org
>https://mail.python.org/mailman/listinfo/cplusplus-sig
>

>



--
Trigve
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to