[pypy-dev] speed.pypy.org and mercurial

2010-12-15 Thread Antonio Cuni
Hi Miquel, hi all,

as you probably have noticed, we have recently migrated the main repo to
mercurial.  Now speed.pypy.org receives a revision number in the form
"40046:2088ce763fc2", but of course it can no longer fetches the commit logs
from the svn server.

Would it be possible to fetch the commits from the bitbucket repo, please?

ciao,
Anto
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev


Re: [pypy-dev] pypy-dev Digest, Vol 365, Issue 14

2010-12-15 Thread Miquel Torres
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 :
> 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 +
>> From: Ren? Dudfield 
>> Subject: Re: [pypy-dev] Interpretor for vectorized langugage
>> To: PyPy Dev 
>> Message-ID:
>>        
>> 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  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
>> >
>> > ___
>> > pypy-dev@codespeak.net
>> > 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
>> pypy-dev@codespeak.net
>> http://codespeak.net/mailman/listinfo/pypy-dev
>>
>>
>> End of pypy-dev Digest, Vol 365, Issue 14
>> *
>
>
> ___
> pypy-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev


Re: [pypy-dev] pypy-dev Digest, Vol 365, Issue 14

2010-12-15 Thread Leon Sit
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 +
> From: Ren? Dudfield 
> Subject: Re: [pypy-dev] Interpretor for vectorized langugage
> To: PyPy Dev 
> Message-ID:
>
> 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  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
> >
> > ___
> > pypy-dev@codespeak.net
> > 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
> pypy-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>
>
> End of pypy-dev Digest, Vol 365, Issue 14
> *
>
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Re: [pypy-dev] Interpretor for vectorized langugage

2010-12-15 Thread René Dudfield
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  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
>
> ___
> pypy-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

[pypy-dev] Interpretor for vectorized langugage

2010-12-15 Thread Leon Sit
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
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev