<div dir="ltr"><br><div class="gmail_quote">On Thu, May 21, 2015 at 2:13 AM Stefan Behnel <<a href="mailto:stefan_ml@behnel.de">stefan_ml@behnel.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Someone wrote a list of shortcomings after wrapping some C++ code:<br>
<br>
<a href="http://blog.marcus-brinkmann.de/2014/07/31/cython-trouble/" target="_blank">http://blog.marcus-brinkmann.de/2014/07/31/cython-trouble/</a><br>
<br>
A couple of these issues are due to misunderstandings (specifically the<br>
"imports" section) or now-fixed bugs (post is almost a year old), but it<br>
seems that some of them are still valid and might be low-hanging fruit.<br>
<br>
Stefan<br>
_______________________________________________<br>
cython-devel mailing list<br>
<a href="mailto:cython-devel@python.org" target="_blank">cython-devel@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/cython-devel" target="_blank">https://mail.python.org/mailman/listinfo/cython-devel</a></blockquote><div><br></div><div>That's a very well-thought-out list. Overloading assignment and</div><div>defining custom type coercions would be useful features to have.</div><div>An idiomatic way of writing signatures for variadic templates and</div><div>letting functions returning references be used as left-values are</div><div>two other things that would be very nice to see.</div><div>Thanks!</div><div>-Ian Henriksen</div></div></div>