Re: Computer Language Shootout

2005-11-30 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > "Be Nice!" *is* one of paragraph headings in the FAQ section "How can I > help?" yeah, we've noticed that it's not one of the headings in the FAQ section "How can we encourage you to contribute". -- http://mail.python.org/mailman/listinfo/python-list

Re: Computer Language Shootout

2005-11-30 Thread igouy
Fredrik Lundh wrote: > Bengt Richter wrote: > > > That's not just blunt and concise, it looks like the modus operandi > > of a typical volunteer/employee-exploiter (or perhaps spoiled brat, > > the typical precursor to the former). > > careful. his faq requires you to "be nice". > > "Be Nice!"

Re: Computer Language Shootout

2005-11-30 Thread Fredrik Lundh
Bengt Richter wrote: > That's not just blunt and concise, it looks like the modus operandi > of a typical volunteer/employee-exploiter (or perhaps spoiled brat, > the typical precursor to the former). careful. his faq requires you to "be nice". -- http://mail.python.org/mailman/listinfo/py

Re: Computer Language Shootout

2005-11-30 Thread igouy
[EMAIL PROTECTED] wrote: > This is a direct translation of the D code, maybe it's not the faster > Python implementation, and surely it's not the shorter one. But Psyco > makes it much faster (Psyco likes "low level" style code). And if you contributed the program like this http://shootout.alioth

Re: Computer Language Shootout

2005-11-30 Thread bearophileHUGS
malv: >Hi bearophileH, bearophile is enough :-) >Could you post some more information about ShedSkink? ShedSkin (SS) is a Python -> C++ compiler (or translator) written in Python, created by Mark Dufour. Its development was initially "financed" by the summer of code by Google. It contains some

Re: Computer Language Shootout

2005-11-30 Thread Fredrik Lundh
"malv" wrote: > Could you post some more information about ShedSkink? http://sourceforge.net/projects/shedskin/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Computer Language Shootout

2005-11-30 Thread igouy
[EMAIL PROTECTED] wrote: > Bengt Richter wrote: > > On 29 Nov 2005 14:08:12 -0800, [EMAIL PROTECTED] wrote: > > > > >We don't scrape programs from news-groups, if you'd like the program to > > >be shown on the shootout then please attach the source code to a > > >tracker item. > > You asked for so

Re: Computer Language Shootout

2005-11-30 Thread malv
Hi bearophileH, Thank you for the code example. Could you post some more information about ShedSkink? malv -- http://mail.python.org/mailman/listinfo/python-list

Re: Computer Language Shootout

2005-11-29 Thread bonono
Bengt Richter wrote: > >Interestingly, I find this response quite compatible with the > >personality of this group. > Which "this"? ;-) > I meant his response. -- http://mail.python.org/mailman/listinfo/python-list

Re: Computer Language Shootout

2005-11-29 Thread Bengt Richter
On 29 Nov 2005 18:34:34 -0800, [EMAIL PROTECTED] wrote: > >Bengt Richter wrote: >> On 29 Nov 2005 14:08:12 -0800, [EMAIL PROTECTED] wrote: >> >> >We don't scrape programs from news-groups, if you'd like the program to >> >be shown on the shootout then please attach the source code to a >> >tracker

Re: Computer Language Shootout

2005-11-29 Thread bonono
Bengt Richter wrote: > On 29 Nov 2005 14:08:12 -0800, [EMAIL PROTECTED] wrote: > > >We don't scrape programs from news-groups, if you'd like the program to > >be shown on the shootout then please attach the source code to a > >tracker item. > You asked for something, got a response, and then you h

Re: Computer Language Shootout

2005-11-29 Thread Bengt Richter
On 29 Nov 2005 14:08:12 -0800, [EMAIL PROTECTED] wrote: >We don't scrape programs from news-groups, if you'd like the program to >be shown on the shootout then please attach the source code to a >tracker item. You asked for something, got a response, and then you haughtily[1] declare that it's not

Re: Computer Language Shootout

2005-11-29 Thread igouy
We don't scrape programs from news-groups, if you'd like the program to be shown on the shootout then please attach the source code to a tracker item. Please follow the FAQ instructions http://shootout.alioth.debian.org/faq.php#contribute [EMAIL PROTECTED] wrote: > This is a direct translation o

Re: Computer Language Shootout

2005-11-29 Thread bearophileHUGS
This is a direct translation of the D code, maybe it's not the faster Python implementation, and surely it's not the shorter one. But Psyco makes it much faster (Psyco likes "low level" style code). ShedSkink is (almost) able to compile it too, producing a really fast executable (with some "smart a