On Fri, Aug 19, 2016 at 9:34 AM, Kevin Thornton wrote:
> Hi Robert,
>
> Related to this point, I think there are three important features that
> Cython would benefit from, as far as C++11 and newer are concerned. In
> order of what I'm guessing to be increased complexity are:
>
> 1. Non-type temp
>
>
> Remember - cython is "the way" that comes up for how to glue C/C++ into
> python these days, not just the program in cish python frontend for speed.
>
>
There's some truth to the issues you raise, but there are a lot of nasty
details
behind the scenes. Do you have some more concrete details f
On Sat, Aug 20, 2016 at 1:19 AM, Stefan Behnel wrote:
>
> Especially with respect to C++, we've always tried to make things safe and
> helpful that Cython can support directly, and to make things possible that
> are too complex to handle safely. But I agree with Robert that allowing
> arbitrary C