Hacker News new | ask | show | jobs
by p9idf 5379 days ago
"How many Mac applications still support OS X 10.2? 10.3? 10.4? Half of the web doesn’t work anymore on KDE 3.5′s Konqueror."

I'm not familiar with the author's product and can't say whether C++11 is the right choice for him, but I wouldn't consider the constant API churn of OS X or the constant web standard and web standard extension churn to be a good argument in favor of anything.

1 comments

For existing large applications (in particular, Adobe’s and Microsoft’s) OS X’s relatively quick change has been somewhat frustrating, and for any application there’s no need to replacing working code with newer different code just for the sake of it... but for new projects, OS X’s API “churn” has been great news, letting smaller teams tackle harder projects and create richer user interactions in less time.

I think it’s pretty reasonable to argue in favor of using new language features and APIs for new projects, assuming enough of the target audience is using platforms which support them.