A lot of people here don't seem to get how cool Xcode 4 is. This link discusses a lot of the goodies in detail:
http://www.appleinsider.com/articles/10/06/19/inside_apples_new_xcode_4_development_tool.html
My favorite quotes, which will benefit us all greatly:
I'd rather have faster, more efficient apps than a shiny new interface. Though I like those too!
http://www.appleinsider.com/articles/10/06/19/inside_apples_new_xcode_4_development_tool.html
My favorite quotes, which will benefit us all greatly:
The code it creates also runs faster than code compiled with GCC, with Mac OS X code reportedly running up to 25% faster and iOS code running as much as 60% faster, just through improvements made in optimizing the compilation of the same source code.
Instruments is also said to include support for identifying abandoned memory that has been referenced but not actually needed, enabling developers to reduce the memory footprint their apps demand.
I'd rather have faster, more efficient apps than a shiny new interface. Though I like those too!