Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

PYTHON FAILED SORRY SIRS

Name: Anonymous 2006-12-26 21:24

PYTHON GOT OWNED BY JAVA JAVA DOES EVERYTHING BETTER THAN PYTHON PYTHON IS CRAP PYTHON SUCKS PYTHON IS USELESS PYTHON IS SLOW PYTHON SUCKS PYTHON IS GETTING OWNED BY JAVA PYTHON IS SLOW LIEK HELL PROGRAMMING IN PYTHON IS LIKE DANCING WITH SATAN SAY NO TO DRUGS... AND PYTHON PYTHON FANBOYS ARE STUPID PYTHON FANBOYS SHOULD USE JAVA PYTHON SUCKS PYTHON SUCKS PYTHON SUCKS

Name: Anonymous 2006-12-27 7:06

Python failed because it hasn't shaken off its toy language infrastructure that it has had since ten years ago. I mean seriously, interpreted bytecodes? No JIT compiling, no partial type inference? People, Lisp environments have had these things for literally decades now and Lisp is fucking Lisp instead of a kinda-sorta toy language like Python!

It's still hanging on to the proven-sucky half-assery known as reference counting! The runtime doesn't fucking multithread because of the "one big mutex" way they ended up half-arsing it, so any multithreaded extensions you have are just doing several I/O operations in parallel if you're lucky. Even then they are using operating system threads and so won't get the benefit of extra speedy thread switching you otherwise would with ULTs like in GNU Pth!

I don't mean that stuff like that didn't exist. Psyco, as I understand, is pretty good for things where it fucking lets itself work properly. What my mind boggles at is why the _fuck_ is the compiler from Psyco not part of the standard Python runtime, when it could just as well be?

What pisses me off most about Python though is that so many people are using Guido's cheap toy for serious work and getting bit on the ass for their trouble. Oh, and the besmirching of Monty Python's name, that too.

Seriously, suck and fail, people, suck and fail. About the only good thing to come out of Python was the kinda-sorta indent-based syntax and binding to name-mangled C++ class implementations dynamically.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List