Pythron
Posted Dec 11, 2008 16:30 UTC (Thu) by
rriggs (subscriber, #11598)
In reply to:
Pythron by elanthis
Parent article:
Python 3.0 released
(It's true that a lot of C++ code kept breaking with each g++ release, but that's because g++ kept dropping support for broken code that it used to accept; totally g++'s fault and the fault of people who can't seem to comprehend C++, which is _not_ as hard as some detractors claim it is.)
Bullpucky!
From Scott Meyers, hardly a C++ detractor:
"
C++ developers could really use a larger tool set, but the barrier to entry for truly powerful tools is the ability to parse C++ source code, and thats a barrier very few have been able to breach. "
C++ is nearly impossible to parse, primarily because it continues to rely on the C preprocessor.
I develop in Python and in C++. C++ certainly has its uses. But crappy syntax and a standard library that can't hold a candle to most other modern languages are its two biggest faults.
(
Log in to post comments)