Danilo Freitas, 29.01.2010 04:34: > I wrote a very simple tutorial on wiki [0], with some examples. I > think it's easy to learn (and use) it. > > So, if you have any questions about it, just ask here. > > [0] http://wiki.cython.org/gsoc09/daniloaf/progress
Regarding the comment about function overloading: """ Note that the exact function resolution depends on the notion of conversion and promotion, which for integral types may not be known until C compile time. This is ongoing work, a ticket about this will be created soon. """ I don't think it's worth investing too much time here. There is certainly a "good-enough" level somewhere, and everything else can be clarified by the users with explicit casts. I wouldn't expect 'tight' function overloading (e.g. for different int types) such a common phenomenon that Cython should go into great length to make this overly easy. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
