Antoine,
In response to your comment: "Finally, Cython does not require any rewriting,
and annotations are
optional."
With Cython the end user does need to modify the code by inserting C type
definitions like this:
def primes(int nb_primes):
cdef int n, i, len_p
cdef int p[1000]
Mark
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/UB7XTIGBBK22KNDZTQMFF6WNGUGIWVNM/
Code of Conduct: http://python.org/psf/codeofconduct/