Maybe we should update the docs here? -------- Original-Message -------- Subject: Re: JIT compilers for Python, what is the latest news? Date: Sat, 6 Apr 2013 11:23:43 +0100 From: Joshua Landau <joshua.landau.ws...@gmail.com> To: gmane.comp.python.general
On 5 April 2013 19:37, Devin Jeanpierre wrote: > On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky wrote: >> On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: >>> Have you looked at Cython? Not quite the same, but still... >> >> I'm already using Numpy, compiled with what is supposed to be a fast >> LAPACK. I don't think I want to attempt to improve on all the work that >> has gone into Numpy. > > There's no reason you can't use both cython and numpy. See: > http://docs.cython.org/src/tutorial/numpy.html Don't use this. Use memoryviews: http://docs.cython.org/src/userguide/memoryviews.html. I have no idea why that doc page isn't headed "DEPRICATED" by now. _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel