Aaron Watters wrote:
On Nov 11, 3:15 pm, Terry Reedy <tjre...@udel.edu> wrote:
Robert P. J. Day wrote:
I can imagine a day when code compiled from Python is routinely
time-competitive with hand-written C.

That time is now, in many cases.

By routinely, I meant ***ROUTINELY***, as in
"C become the province of specialized tool coders, much like assembly is now, while most programmers use Python (or similar languages) because they cannot (easily) beat it with hand-coded C." We are not yet at *tha* place yet.

I still stand by my strategy published in Unix World
ages ago: get it working in Python, profile it, optimize
it, if you need to do it faster code the inner loops in
C.

Agreed

By the way: the GO language smells like Rob Pike,
and I certainly hope it is more successful than
Limbo was.  Of course, if Google decides to really
push it then it's gonna be successful regardless
of all other considerations, just like Sun
did to Java...

> By the way: the GO language smells like Rob Pike,
> and I certainly hope it is more successful than

It still has the stupid, unnecessary, redundant C brackets, given that all their example code is nicely indented like Python. That alone is a deal killer for me.

Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to