Will Steve Ballmer Speak At WWDC Keynote?
truthsearch writes "An analyst reports that not only will CEO Steve Jobs return to Apple's Worldwide Developer Conference stage — he missed last year for medical reasons — but he will be joined there by Microsoft CEO Steve Ballmer. Global Equities Research analyst Trip Chowdrey said that Microsoft has been given seven minutes during Jobs' keynote to talk about Visual Studio 2010. Chowdrey said that a new version of the development tools software will support native applications for the iPhone, iPad, and Mac OS." Update: 05/27 19:17 GMT by T : As reader theappwhisperer points out, Microsoft has responded to this rumor via the company's Twitter feed with an unequivocal No.
Seems like they're trying to dodge the DoJ by adding "competition."
Regardless this is pretty nice, it means I can developed for my iPad/Phone/Pod on my core i7 desktop rather then my 4 year old iMac.
It won't be MSVC. It'll be the new Office for Mac introduction.
I feel certain that most Apple developers would rather stick needles in their eyes than use Visual Studio. For one thing, it's more visually appealing.
No folly is more costly than the folly of intolerant idealism. - Winston Churchill
This doesn't sound like they will port it to the mac. In fact I think that would be pretty bad, the UI is just totally in apropirate. It sounds more like apple is trying to find a way to let people develop for the iPhone and the iPad (and maybe the mac as well) using a PC. This could be very useful for iPhone developers.
While I'm not sure developing mac applications on windows makes much sense, it could be very nice for setting up automated build machines in a mixed platform development environment.
"In America, first you get the sugar, then you get the power, then you get the women..." -H. Simpson
I'm guessing an eight round electrified cage match with Jobs and Ballmer in Mexican wrestling masks and refereed by Chuck Norris
It will be inconclusive for seven rounds until Jobs seriously injures Ballmer with a flying clothesline after Ballmer cheats with a folding chair strike to Jobs' liver. Ballmer will tag in Bill Gates, but Jobs will tag in Phil Schiller. Schiller will then proceed to completely own Gates and win the match with a shining wizard followed by a dragon whip and atomic crotch punch.
The result will be Apple's market cap continuing to stomp on Microsoft's, and the kickoff of Phil's worldwide "Schillermania" tour.
Instead of this, why doesn't Apple just release XCode for Windows? Seems to me that would make far more sense than getting in bed with MS.
Well Yahoo, AOL, and Pets.com also had high market valuations at one point too.
Look how that turned out.
All it says is that Apple owns all of its own manufacturing and equipment and makes a LOT of expensive hardware. MS sells software, mostly.
The price is always right if someone else is paying.
There is no way Apple will let you develop for the iPhone OS using MS' developer toolchain. No way whatsoever. I'll bet Trip Chowdrey $500 right now this doesn't happen.
And I had been using Microsoft tools for 15 years before looking at them. Sure, it's jarring at first, but you get used to it. Apple's APIs on the other hand, completely blow Microsoft Win32 out of the water. It's not even close.
I can see it now... Steve Jobs walks on stage after Ballmer finishes and says: That's great Ballmer, but unfortunately we're not going to be able to accept any apps created in Visual Studio, but thanks anyways.
One of the most surprising aspects coming out of this rumor (which is complete and utter BS BTW, I wish I could get a job where I could just spout crazy BS all day, as opposed to just doing it for fun on slashdot :) is learning that people actually *like* Visual Studio? Who knew? I mean XCode has its problems, but I can't wait to get home after a day of working with VS and open up XCode and have some fun do iPhone coding.
Yeah sure, Steve Ballmer will very likely speak about VisualStudio 2010 on June the 7th. But this will be at Microsoft Tech-Ed, developper and IT professionnal conference.
How a miss-informed analyst can shake the web by spitting improbable rumours.
(I won't talk about the fact that VS10 is deeply oriented towards the introduction of .NET 4.0 and corresponding C# evolutions, that VS has currently no ObjC parser — and will never include GCC even if it is Apple reference compiler — and that VS GUI editors are built for WinForms and WPF/SilverLight, not Cocoa, so this just ends leveraging their syntax highlighting text editor)
Sig (appended to the end of comments you post, 120 chars)
If Steve Ballmer is giving it, wouldn't that make it the WWDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDC keynote?
Anyway, I'm sure MS Office is still pretty big on Mac OS.
Not as big as OpenOffice.org. Fortunately, new Macs ship with 4GB of RAM or more...
I am TheRaven on Soylent News
"Steve Ballmer not speaking at Apple Dev Conf. Nor appearing on Dancing with the Stars. Nor riding in the Belmont. Just FYI."
http://twitter.com/microsoft
Sorry about the mess.
Whoever wrote that method did a poor job of naming it. The proper way to do so would be:
[obj setVectorWithX: x, Y:y, Z:z]
Technically, Objective C's parameters aren't named, they are just embedded in the method name.
[obj setVector: x y: y z: z] is a different method to [obj setVector: x z: z y: y]
Also, your assertion that the first parameter name is omitted is completely spurious. No Objective-C programmer would name the method as you have done. They would use
[obj setVectorX: x y: y z: z];
All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe