I think what René means is that http://morepypy.blogspot.com/2009/07/pypy-numeric-experiments.html is a good example of how a vectorized library can be implemented, which relates to your question of whether a vectorized language could be implemented.
Regards, Miquel 2010/12/15 Leon Sit <[email protected]>: > Yes I have. However I want to write an interpretor for matlab/R codebase, > not using python to write numerical code. > Leon > Best Regards, > > Leon Sit > Graduate Student in Computer Science at University of Chicago > > Message: 7 >> >> Date: Wed, 15 Dec 2010 17:21:38 +0000 >> From: Ren? Dudfield <[email protected]> >> Subject: Re: [pypy-dev] Interpretor for vectorized langugage >> To: PyPy Dev <[email protected]> >> Message-ID: >> <[email protected]> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi, >> >> have you seen numpy/scipy? >> >> Also see these: >> http://morepypy.blogspot.com/2009/07/pypy-numeric-experiments.html >> http://ademan.wordpress.com/category/code/pypy/ >> >> >> cheers, >> >> >> On Wed, Dec 15, 2010 at 5:11 PM, Leon Sit <[email protected]> wrote: >> >> > Hi all >> > >> > Is pypy suitable for writing interpretor of vectorized language like >> > Matlab, R etc which vector and matrix are first class objects? This >> > includes >> > matrix shape inference, and efficient linear algebra code generation. >> > >> > Any thoughts? >> > >> > Leon >> > >> > _______________________________________________ >> > [email protected] >> > http://codespeak.net/mailman/listinfo/pypy-dev >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> http://codespeak.net/pipermail/pypy-dev/attachments/20101215/b8d6920b/attachment.htm >> >> ------------------------------ >> >> _______________________________________________ >> pypy-dev mailing list >> [email protected] >> http://codespeak.net/mailman/listinfo/pypy-dev >> >> >> End of pypy-dev Digest, Vol 365, Issue 14 >> ***************************************** > > > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
