
Microsoft to Buy Rational and/or Borland? 522
oblivious writes "I got this in e-mail this evening: According to a Reuters report that crossed the wires late today, the speculation is that Microsoft will make bids to buy both Rational and Borland. Shares of both Rational and Borland are up on the news, and so far both IBM and Microsoft have no comment on this report." We recently ran a story about IBMs planned purchase of Rational. Chris didn't make clear in here - it's not that Microsoft might buy both, but that Borland might be a likely target, if a bid to buy Rational out from under IBM fails, which it is likely too. Rational and IBM have signed the substantive portion of the agreement already, so any sort of counter bid would have some fun legal consequences for all involved.
HOLY HELL! (Score:3, Insightful)
---gralem
Re:HOLY HELL! : Eclipse! (Score:3, Interesting)
I am a Java programmer myself (laugh it up), but Swing just plain annoys me.
Re:HOLY HELL! (Score:2, Interesting)
Once they bought up Borland they're no longer competing, what would they have to gain by throwing away all that mindshare - thats what they're buying. Thats the only value Borland has to offer.
Re:HOLY HELL! (Score:2, Interesting)
Seems like that part of the company will be utterly useless to them unless their goal is to stamp out java IDEs. But we already mentioned Eclipse on this thread.
P.S. IANAL
P.P.S. Neither am i anal.
Re:HOLY HELL! (Score:2, Interesting)
If they bought Borland, they'd be buying Borlands liscenses as well, I'd guess.
I imagine Borland would continue to be Borland, and operate under MS as an umbrella corporation.
I don't think the fact that MS has/doesnt have a liscense would affect Borland in an arrangement like this.
I mean tech companies buy other companies for their technology, not just to knock em out of competition (though that's a nice side effect). Eg, bought 3DFX, and eventually incorporated 3DFX's patents and whatnot (stuff like their FSAA routines) into the nv30.
But then I don't really know. Would the purchase price of Borland be less than they lose to them via competition every year?
NOHIALSIRTMI (No one here is a lawyer so its redundant to mention it)
Re:HOLY HELL! (Score:2, Informative)
Re:HOLY HELL! (Score:5, Insightful)
No, Microsoft is doing this for one simple reason: to get rid of a Java powerhouse. Just as they did with Foxpro, which they bought and pretended to maintain for a few years while pushing their own products Access and Sql Server, they're going to shelve Borland and Togethersoft too. Why shouldn't they? They've got about $50 billion in cash, nothing to spend it on, and Java continues to annoy them. It's a logical move.
P.S. (Score:3, Interesting)
Re:HOLY HELL! (Score:4, Interesting)
They essentially did resurrect Visual J++ by morphing Java to work with the
Microsoft is afraid of losing their visual modeling partner. The bad part is that Borland's new modeling solution TogetherJ doesn't support the Microsoft platform. Rational's XDE does. If IBM gets Rational, Microsoft loses it's status with Rational as a first class platform, and Borland would be something of a consolation prize. I doubt that Microsoft would want to buy Borland because it would probably take less development resources to make Visio into a decent UML modeling tool than it would to make Together support their platform. Also, if I'm not mistaken TogetherJ is written in Java, a cardinal MS no-no.
Re:HOLY HELL! (Score:2, Interesting)
Because now finally people may get off their butt and think about buying other tools. People have become too complacent about the tools they buy. Not to say that JBuilder is bad. But Eclipse, SlickEdit are really good tools that do things in different ways.
I am looking forward to this because it will open the playing field...
Re:HOLY HELL! (Score:2)
Re:HOLY HELL! (Score:5, Insightful)
I sure hope there's some sort of public comment allowed to the FTC on such a move, because this could, as you point out, clearly be viewed as quashing competition. As JBuilder is a excellent Java development tool, and we all know by now about how Microsoft wants to kill or cripple Java. Further, JBuilder is expanded and repackaged by Oracle, a chief DB rival of Microsoft. I'm sure if I spent the afternoon I could come up with many other reasons this is anti-competitive and in dire need of a letter stating so.
Re:HOLY HELL! (Score:3, Informative)
Re:HOLY HELL! (Score:3, Informative)
I'll second the opinion that it's a good IDE. It's straight Java...I run it on Win2K, Linux, and Solaris. Get it here [oracle.com] if you're curious.
Re:HOLY HELL! (Score:5, Insightful)
Let them be bought out; let them discontinue all the competing products ... at this point, all it will do is drive people to learn more about open-source alternatives, anyway. And maybe Philippe will want to rejoin the fray. This could only be a good thing.
Mind you, there may be anti-trust concerns w. M$ buying out Borland, since Borland is their biggest competitor in the computer languages market (Borland at one time had 2/3 of ALL the language market for the PC, with everyone else splitting the difference).
Anyway, I stopped using Borland products after Delphi 3 (the newer ones didn't offer that much more, and splitting the line-up into so many different versions of the same product - Professional, Enterprise, Desktop, etc., just pissed me off). This was a far cry from the original Borland marketing philosophy: Great product, great price. I really miss the days of Turbo C / Borland C++
Re:HOLY HELL! (Score:3, Interesting)
The original Borland marketing philosophy was to sell Turbo Pascal for $39.95 when everybody else was selling compilers for $500 or more.
I agree, they started getting into trouble when they decided they could sell Delphi or Java tools for $5k and abandoned their early philosophy of low-priced quality tools for everyone. Their new strategy seems to be "How much are people willing to pay to not use Microsoft?"
Re:HOLY HELL! (Score:3, Informative)
You stopped at the wrong version. Many useful features were added in 4 and properly debugged in 5. If you use Professional, version 5 is your best bet. There are lots of IDE improvements (in particular navigation and code completion), plus forms are stored as text. I don't think 6 and 7 added much value to Professional, mainly lots of Enterprise and Web stuff.
Re:HOLY HELL! (Score:3, Insightful)
> structure. The reason for single-class inheritance is historical.
I don't know where you're getting your facts. Object Pascal was never intended as a multiple-inheritance language, it had nothing to do with Borland being unable to implement MI. Borland's C++ compiler did MI capably long before Delphi came about. Delphi's single inheritance is a school-of-thought thing. Heijlsberg designed Delphi and the VCL to be THE end product, not a transition product on the way to the REAL C++ product. He was always a Pascal guy, ever since he created TP 1. They only reused the VCL in C++ Builder because it already existed and took less work than rewriting it from scratch and using a different inheritance model.
> However, with the advent of server-centric apps, there's not much need for "visual components",
Well, we definitely have different points of view on that. I don't think the browser will become THE platform anytime soon, at least not with current technologies. Relatively few types of applications can be expressed well in a stateless Form paradigm with the bulk of the code executing remotely. A rich user experience will ALWAYS require either lots of client-side code and components, or a very fat pipe to do X-type remoting. "Thin client" computing (as if!) looks good on paper and management loves it for all the obvious reasons, but it will never completely replace client side apps. Some things will always make more sense in a browser and others on the desktop.
Besides, even for server side programming the component approach is gaining hold. Just look at Microsoft's ASP.NET and Borland's web components. Face it, intermingled HTML-and-script programming is a major kludge and in no way the wave of the future. The web didn't all of a sudden make proven concepts such as separation of interface and logic obsolete. It's just that the technologies were still in their infancy and were often driven by neophytes that knew Perl and HTML and thought they ruled the world.
Re:HOLY HELL! (Score:4, Informative)
Re:That's why we need Lazarus!!!! (Score:3, Informative)
bad: Some points are still missing.
good: They are evolving fast enough
bad: not fast enough, at least if you wanna move now
good: It's native in all OS
good: It works much better than wined-kylix (debuging in kylix is a real pain in the ass, it remembers me on windows days, crash, (optional restart), crash, must restart or logoff (or kill all processes in top - delphi and windows are not included, restart is a must there))
bad: less features than kylix
good: lighter, faster
all in all together. I have licensed delphi 7 and kylix 3, but I don't use them, only for some small db projects. All my other work is more console than gui, so lazarus ROCKS, at least for me.
Strange (Score:4, Interesting)
Re:Strange (Score:2)
IBM Acquires Rational [eweek.com]
Re:Strange (Score:2, Interesting)
Re:Strange (Score:2)
PR on Rational site re definitive IBM agreement (Score:3, Informative)
http://www.rational.com/news/press/pr_view.jsp?
Facts! Facts! Facts!
Monopoly? (Score:2, Insightful)
Re:Monopoly? (Score:2)
Neither Borland nor Rational are OS vendors. Further, pretty much all of Borland's products only run on Windows anyway. So the impact on the wider industry is minimal.
probably doesn't matter (Score:2)
Re:Not according to Slashdot (Score:4, Insightful)
Slashdot is not monolithic!
Sigh.
Retarded, irritating and whiney -- sure. You've proved that by combining a false dichotomy with a big flaming strawman. Cheers.
Re:Not according to Slashdot (Score:5, Funny)
On that note, can anybody explain why this is actually an insult? I never understood. Surely there are many mothers in the military. And army boots are rather sturdy. If my mother wore army boots I think that would imply she could kick your mother's ass. Actually, I think arming more mothers would be a good idea all-around.
Re:Not according to Slashdot (Score:3, Informative)
Re:Not according to Slashdot (Score:3, Insightful)
B) Either one could be wrong. How the hell does that mean people can't still assert the other one?
C) They could BOTH be right. It's completely possible for Microsoft to be an EvilMonopoly and on the verge of collapse in one or more markets. Assuming they ARE and EvilMonopoly, anything short of total bankruptcy could still require government intervention to set things right.
-
Tell me it ain't true! (Score:2)
Do not rape my Borland! I can't live without their tools. Just thinking about how microsoft would bastardize their wonderful software makes me ill!
Schweet! (Score:3, Funny)
sure? (Score:2)
If MS buys Borland they would become a Java Addict and Linux Software Producer (Kylix, JBuilder). I doubt this would happen so soon
Re:sure? (Score:2)
Remove the competition... (Score:5, Interesting)
If this is true, they've obviously decided to really flip the bird to the courts...
Re:Remove the competition... (Score:4, Interesting)
That said, I'm not real impressed by Clearcase either. But I've never heard of it being so bad that users preferred cvs.
-Paul Komarek
Re: (Score:3, Insightful)
Re:Remove the competition... (Score:3, Informative)
No, it's not. Showing interest in competition means staying away
and letting the products compete in the marketplace. The courts know this.
Given the choice of interpreting this as:
a) MS killing off some weaker competitors
b) MS liking competition so much that they'll buy competitors and
lose money to keep them afloat.
I have a very hard time seeing anyone, viewing both options as "just as likely",
especially not a court in an anti-trust case.
Remove even more competition... (Score:5, Informative)
So with Rational and Borland, they knock out 2 competitors in the SCM market!
Re:Remove the competition... (Score:5, Informative)
ClearCase is a full, team oriented SCM. Very robust.
Source Safe is fine for small development project (teams of 1-5, projects that have very few releases etc) but it doesn't scale well, has sh*tty back up capabilities (Can't backup if someone's logged in, can't force someone to logout...) and most of the cool functionality of a SCM (Labeling, branching, merging) are very poorly implimented.
Not to say that I don't use it for my personal development projects (scripts, small C++ COM objects, VB projects), but you must understand it's limitations.
Re:are you sure? (Score:3, Interesting)
Correct, but I forgot that we always ran ANALYZE.EXE before backups, causing the backups to "fail", which is what I should have said...
SourceSafe is NEVER an option (Score:4, Informative)
Only to the extent that a bank competes with random strangers as a reasonable place to keep my money. SourceSafe may be viewed by many as a reasonable alternative for Clearcase, but that's a horrible mistake. SourceSafe is deeply flawed and inappropriate for any but the most trivial situations. I've written a paper on Visual SourceSafe's many flaws [highprogrammer.com]. Spread the word! Friends don't let friends use SourceSafe!
To what ? (Score:2, Insightful)
There goes open source developement tools (Score:3, Insightful)
MS buys Borland: Bye bye kylix
MS buys Rational: Sue any open source that provides anything similar to rational products, or uses anything rational may have patented
No Borland .NET IDE (Score:2)
"Borland plans to offer an alternative to Microsoft's Visual Studio
The only other
D'oh! (Score:4, Funny)
not both companies (Score:5, Informative)
If there were any rumor about MS thinking about bidding for both Rational and Borland as part of the same universe (and bear in mind that even the separate rumors are just rumors), it would surely have been in the first paragraph of Reuters' story, instead of what is (Rational), which is the more important rumor of the two.
MS buys Rational/Borland, what of Linux products? (Score:2, Insightful)
I don't know how many customers Rational has that are using the Windows version of their SW (eg: ClearCase & ClearQuest), versus the Linux & Unix versions. Is there enough income coming in to encourage MS to support other platforms?
And as far as Borland is concerned, I would expect the Kylix to get knifed quickly since it's prob not a significant source of revenue.
I could see how IBM buying Rational would be good for Linux & the community. But MS buying Rational seems like a way for MS to kill off a bunch of viable products on non-MS platforms.
Thoughts?
Re:MS buys Rational/Borland, what of Linux product (Score:2)
Monopoly in action. (Score:3, Informative)
Also, Borland products are competing with Visual Studio series, and allthou i havent used anything from Rational (nor from VisualStudio), i guess MS has data modelling tools just like Rational... Yey! Good for competition..
Re:Monopoly in action. (Score:2)
All in all, I think it would be a good thing. Honestly.
Plans? (Score:2)
I don't buy it (Score:2)
The truth is, Microsoft may be interested in acquiring Borland, but Borland is most probably not interested in being sold to Microsoft. Anyway, if it was even a remote possibility, Oracle at the very least would step in.
Re:I don't buy it (Score:2)
I recieved this as a Rational customer (Score:5, Informative)
We are delighted to tell you that IBM and Rational Software have announced a definitive agreement for IBM to purchase Rational. This is a very exciting time for both companies and builds on the extensive business relationship IBM and Rational have had for over 20 years. Most importantly, it will provide significant benefits to you.
If you've been using Rational's solution to build business applications to automate your business, you will appreciate the combination of Rational's solution with IBM's e-business strategy. IBM helps customers integrate their business processes and software infrastructures to build an on-demand e-business. This requires the integration of software development, transaction management, data management, collaboration, and systems management and security. With Rational's demonstrated strength in software development, IBM will offer leading solutions in each of these categories and provide a complete solution for creating an on-demand e-business. This includes broad support for your application development efforts for a variety of environments, including J2EE,
If you've been using Rational's solution to build software for software products and systems, you'll enjoy the benefits of an improved solution through the combination of IBM and Rational technology. Rational's outstanding solution in this space will be amplified through synergies with IBM's pervasive computing strategy. This is an important market for IBM, and Rational is key to IBM's software strategy. Whether you're building a software product, a technical system, real-time software, or embedded software, IBM will be able to provide you with industry-leading products, services and support.
Rational will become the fifth division in IBM Software Group (joining WebSphere, DB2, Lotus, and Tivoli) and retain its brand identity. The division will be led by Mike Devlin, Rational's current CEO.
As with other business acquisitions of this nature, this one will require government regulatory approval and the approval of Rational's shareholders.
IBM and Rational are impressive as separate entities. Together, with our complementary software strategies, people talents, and commitment to customer success, we can provide you with even more value.
Thank you for your continued support. We look forward to expanding our relationship with you in the future.
Best regards,
Steve Mills
Senior Vice President & Group Executive
IBM Software Group
Michael Devlin
CEO
Rational Software
Re:I recieved this as a Rational customer (Score:2, Informative)
Microsoft can afford to spend whatever they need to move the shareholders to their side. IBM is going to lose this one.
Re:I recieved this as a Rational customer (Score:3, Informative)
Why is Rational in trouble? (Score:2, Insightful)
New Borland Product Line (Score:3, Funny)
Turbo Pascal.NET
antitrust anyone? (Score:2)
Re:antitrust anyone? (Score:2)
Re:antitrust anyone? (Score:2, Insightful)
Microsoft The Rampant Purchaser (Score:4, Interesting)
Micro$oft has been on a buying spree recently. Rareware was one of its more recent aquisitions, much to my horror. They had good games; now, I'll avoid them on general principle.
M$ is trying to expand by assimilation. Don't have the tools/knowledge/brains/experience to corner a market? Just buy someone who does! If they don't sell, drive them out of business!
This chain will only end with complete Microsoft control of the world- literally- or M$ gets broken up. The government has to step in and cause the second.
Microsoft's "Buy Or Kill" strategy is, unfortunately, an effective one. Destroy all competition, by taking what they have, if possible; expand to new markets by buying the leader of the industry.
End result? A Microsoft monopoly on almost every technological market.
*whimper*
Great! (Score:2, Funny)
All of Borland's and Rationale's innovations are belong to MS!
In other news... (Score:4, Funny)
This news brought to you via your XBox home media center, by MSNBC.
No, we're not a monopoly yet. Nothing to worry about. Go back to playing your game made by Rare.
Re:In other news... (Score:3, Insightful)
I was about to say that it wouldn't do Microsoft any good because they still wouldn't really be able to use any GPL code, then I realized something...
quite a bit of GPL code has an "or any future version of the GPL" clause. If Microsoft DID aquire FSF it could simply release a new version of the GPL and effectively remove all protection on all of that software.
-
It's a free market (Score:2)
They already bought Anders... (Score:2, Informative)
Well, M$ already has Anders Hejlsberg - the
chief architect/inventor of both Delphi and
C#. I guess it was only a matter of time...
MS will not buy BOTH of them (Score:5, Informative)
First this is jusr rumors and speculations.
Second, Borland will likely become an acquisition target for MS ONLY in the event that IBM complete the acquisition of Rational.
If MS do acquire Borland, that will be funny (and painful at the same time). They would acquire a bunch of very popular Java products! And the UML tool (which is the thing they are the most interested in) is written in Java! What will they do with it... convert it to C#?
Re:MS will not buy BOTH of them (Score:2)
It's a safe bet...
Re:MS will not buy BOTH of them (Score:2)
Re:MS will not buy BOTH of them (Score:3, Informative)
No matter... IntelliJ [intellij.com] is eating Borland's lunch anyway. IntelliJ's java IDE is substantially better than JBuilder (I've used both for over a year), and it's only 1/3 the price.
.
Smart move on MS' part (Score:5, Informative)
If Microsoft pursues Rational as well they end up with the 2 best UML tools in the industry and kill off IBM's strategic partner. The net effect is that Microsoft wins big.
However, I can't believe that M$' shareholders would agree that both purchases are necessary. I expect that if Microsoft is unable to sway Rational over then we will see them make a serious bid for Borland. After all its the UML modelling software that MS wants, and if the IBM purchase of Rational goes through then MS has no modeller for their developers.
Seeing as IBM is a large player in open source software (Apache/Eclipse/Linux) and Java I personally hope to see the Rational purchase succeed, however, M$ has a crap load of cash sitting on hand - if M$ wants to start a bidding war they certainly have the ability to.
And so the consolidation in the industry continues.
Re:Smart move on MS' part (Score:3, Interesting)
MS is setting up Visio as their UML modelling tool. We've found it to be more stable than Rose, even if it has fewer features. I wouldn't worry about that.
I was questioning why MS would want Borland at all, and then I see that Borland recently bought Starbase.
Starbase makes a reasonably decent SCM called StarTeam, and a Requirements Management piece called CaliberRM. Those are two areas that Microsoft needs some help in.
But I still don't see it, I think Microsoft's best interests are served with a partnership with Borland... so they remain as a competitor. Borland has committed to
MS, JBuilder, and Sun Case? (Score:2, Interesting)
I'm sure if Borland was entertaining an MS offer, other companies would consider buying it knowing that it was up for sale. Oracle, Sun, and IBM are obvious choices, but there are others. I don't think Larry Ellison would mind a true merge of their Java tools, and what better way to stick it to MS than to outdo their
Borland recently bought a competitor to Rational (Score:2, Interesting)
I've often wondered when MS was going to step it up and take over the SCM world, maybe this is the first volley?
M$ did it again (Score:2, Interesting)
Is this not ilegal?
I still remember the news "Netscape X Explorer" and the end of the history too.
And now the fight is Delphi X VB, well it seams the M$ found a different way to solve its problmes.
Bad business decision (Score:2)
Emperor Bill (Score:2, Funny)
he has declared himself the world's emperor.
Steve Ballmer at Internal M$ meeting:
"The US Senate will no longer be of any concern to us. I have
just received word that the Emperor has dissolved the government
permanently. The last remnants of the Old Republic have been swept
away."
Employee: "But that's impossible. How will the Emperor maintain
control without the bureaucracy?"
Ballmer: "The regional sales managers now have direct control over their
territories. Fear will keep the local systems in line. Fear of our software."
This Sux! (Score:2, Interesting)
So how long before... (Score:4, Insightful)
This is the pattern that Microsoft and Intel both have repeatedly run through:
Who need Borland or Rational? (Score:5, Insightful)
Microsoft's old strategy of killing competitors by buying them doesn't work with open source. Sorry, Bill.
Re:Who need Borland or Rational? (Score:4, Interesting)
Indeed, but what makes Delphi so unique and special isn't so much the IDE (though the IDE is excellent), it's the compiler.
Delphi is fast. I mean, really fast. No other compiler comes close. To put things in perspective, when Borland first added multiple error reporting to the compiler (ie one compile would report more than one error) I didn't understand why they did it. I hadn't seen javac at that point. I didn't understand, because it was actually faster for me to press Ctrl-f9 to trigger a recompile in order to move to the next error, than it was to move my hands from the keyboard to the mouse and back again.
Their compiler is that fast. It can do a project with over 100,000 lines of code I have sitting here in less than 8 seconds. The resultant binaries are tight. When I tried my first C++ program, I was astonished at how long it took to compile as it read in all the headers etc. I was sure I must have done something wrong.
Part of the reason it's so fast is just long history, Borland have had a lot of time to optimize it, but the other was the language design. Object Pascal is designed for fast compiles. For instance, it doesn't use headers, but each compiled unit (.dcu -> .o) included header information with it, meaning it's insanely fast to link them together. It also has excellent remake logic, if you only touched one file, only one file was recompiled. There is no [preprocessor, so the compiler can be single pass.
M$ using financial markets as a club (Score:3, Interesting)
M$ doesn't care to own either of the companies. I belive they're driving up the cost of the Rational acquisition for IBM by floating rumors that they're goign to jump into the mix. The Boreland rumor adds some credibility to the rumor of a M$ bid for Rational because it looks like M$ has a backup plan. In reality they'll drive the price of Rational up, let IBM pay big bucks for it, and then announce or leak that Boreland just wasn't worth acquiring thereby devaluing the Boreland stock.
And yes... I do believe that the Unmarked Black Helicopters run Palladium.
Borland undervalued and underrated... (Score:3, Interesting)
Actually, if you could get past the CEO egos, a combined Sun/Oracle/Borland could be an instant IBM and Microsoft "killer". They would have the hardware from desktop on up that could be supplemented with x86 hardware, the enterprise backend software (J2EE, Oracle, etc), some of the best development tools around (Delpi/Kylix for Linux/Solaris, JBuilder, CBuilder, etc), and an Office suite to boot.
Their corporate cultures seem to be compatible, from what I know of them (not much, directly, but based on years of reading). I don't see anything compatible between Microsoft and Borland, however.
Re:Hate to say it but.. (Score:4, Insightful)
Re: (Score:2)
Re:Hate to say it but.. (Score:3, Informative)
successful? How?
Um, because they'll get shares of MSFT which are backed by $40 billion in cash reserves?
But you're right, that's the end.
Borland's products will be examined for what they can contribute to MS Visual Whatever and then be slowly phased out after they've been assimilated.
Taking the argument further, and in reverse, I think it's been a damn shame that good compiler technology has been kept on a leash in Redmond to further awkward corporate interests rather than simply providing quality, standards-based development tools. Yes, MS does provide development tools that are good to some extent already, but they could be so even more if they were untied from the corporation.
Re:Hate to say it but.. (Score:2, Insightful)
Re:Hate to say it but.. (Score:5, Interesting)
roughly 5m/quarter for the past 4...
That's 8% net profit margin - now this isn't
Microsoft level profits but it's probably
ethically obtained!
Re:What about Kylix ? (Score:3, Funny)
Re:What about Kylix ? (Score:2, Funny)
Re:What about Kylix ? (Score:2)
All versions of Delphi have included a (renamed) copy of Borlands' C/C++ compiler.
Delphi's pascal source code files are converted to something the C compiler can understand, and then compiled. It's been this way since Delphi 1.0.
You can even invoke it (DCC) from the command line. Check your documentation, it's all there.
How shall we troll this? Let us enumerate... (Score:5, Funny)
No, that's a troll.
But Borland has a lot of Java product, and owning that would help to maneuver it out of the C# path...
No, that's a troll, too...
Borland's CLX library has the potential to do what QT could not, popularize GUI-applications that run under 'Doze and X, so you could blunt that attempt to compete if you owned the product... (seriously, I can't name a single application on the local CompUSA shelf using QT, please educate me)
No, that's YAT (Yet Another Troll)
The fact that the DOJ is a singleton-class, MS server application running inside the Beltway box means that MS can do whatever the fsck it likes and laugh about it...
Ah, now that is a sufficiently gratuitous troll...
Re:How shall we troll this? Let us enumerate... (Score:5, Funny)
For Microsoft, this is standards-compliant.
Re:C++ Builder (Score:5, Insightful)
The real loss will not be C++Builder. The true loss will be Kylix.
While C++Builder is a reasonable approach to C++ development, you need to consider the quality of what it generates. In my experience, the executables that C++Builder generates are very large and very slow to execute. Being a fan of Delphi, I expected fairly small and fast executables when I purchased C++Builder, but there is a definite difference between the runtimes and the resulting executable code.
If you compare the floating point code generated between Delphi and C++Builder, there is an immense difference. The Pascal code generates much faster executables -- and that ought not to be! However, this is the case for Borland's C++ product line and it has been this way for over 10 years.
Practically every other C++ compiler out there generates tighter code than Borland's, especially in the area of floating point math. I am no fan of M$, and never have been, but I must say that their binary code is tighter, by quite a margin, than Borland's. If they acquire Borland and kill off C++Builder, they will be killing off a great GUI front end with a miserable code generator. Yes, I know Borland's is more ANSI compliant...so what? If the binary is slow, and you care about run times, ANSI compatibility is not your primary concern.
Where we will lose as developers will be in the loss of Kylix. It might not be perfect, and it might not be the most efficient code creation engine, but if it creates projects that can be ported to Linux, M$ will want to kill that off quick! And I can't say that I blame them (even if I disagree with the idea).
Re:C++ Builder (Score:3, Informative)
1. Delphi -- Competes with VB
2. JBuilder -- ya, MS just loves Java!
3. Interbase -- already got SQL Server, Access and Fox Pro
4. People -- oh wait, they already hired all of them away.
Consider this, Borland is MS biggest competitor in the compiler market. MS would buy Borland and gut it. Once again, the superior technology (Borland) looses.
Re:first fist (Score:3, Funny)