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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/UB7XTIGBBK22KNDZTQMFF6WNGUGIWVNM/ Code of Conduct: http://python.org/psf/codeofconduct/