Slashdot Mirror


Microsoft to Buy Rational and/or Borland?

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.

55 of 475 comments (clear)

  1. HOLY HELL! by gralem · · Score: 3, Insightful

    Nothing would be worse than M$ buying borland. It would be the end of JBuilder--a fantastic java IDE. Not to mention delphi and KYLIX! This would be B*A*D.

    ---gralem

    1. Re:HOLY HELL! by ackthpt · · Score: 5, Insightful
      Nothing would be worse than M$ buying borland. It would be the end of JBuilder--a fantastic java IDE. Not to mention delphi and KYLIX! This would be B*A*D.

      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.

      --

      A feeling of having made the same mistake before: Deja Foobar
    2. Re:HOLY HELL! by ProxyUser · · Score: 3, Informative

      JBuilder has a cousin. Oracle's JDeveloper! Oracle licensed JBuilder code from Borland and started a separate branch in the late 1990s. It is a very good IDE. And yes, its free for "personal" use and it works on Linux.

      --
      "There's no right, there's no wrong. There's only popular opinion." --Jeffrey Goines
    3. Re:HOLY HELL! by tomhudson · · Score: 5, Insightful
      I used to be one of Borland's biggest fans, back when Philippe Kahn ran the show. Since his resignation on November 24th, 1995, Borland products have not been, IMHO, all that great.

      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++

    4. Re:HOLY HELL! by yog · · Score: 5, Insightful

      Microsoft is trying to replace Java with C#, its own, "improved" version. They are not going to buy Borland for several billion dollars just to prop up a "legacy" language like Java. If they wanted to do that, why not just release new versions of the old Visual J++? This would cost them a few millions and to hell with Borland.

      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.

      --
      it's = "it is"; its = possessive. E.g., it's flapping its wings.
    5. Re:HOLY HELL! by sheldon · · Score: 3, Interesting

      "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++"

      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?"

    6. Re:HOLY HELL! by uradu · · Score: 3, Informative

      > I stopped using Borland products after Delphi 3 (the newer ones didn't offer that much more...)

      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.

    7. Re:HOLY HELL! by radish · · Score: 4, Informative

      There are still people using JBuilder? Seriously you need to take a look at the new version of IntelliJ IDEA - I have yet to show it to anyone who hasn't become a dedicated convert within a couple of days. No it's not free, but at $400 for better than Jbuilder Enterprise functionality it's a damn bargain!

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    8. Re:HOLY HELL! by z2000 · · Score: 4, Interesting

      Um, two words: Visual J#

      They essentially did resurrect Visual J++ by morphing Java to work with the .Net common language infrastructure. Looks like Java, smells like Java - but it's 'I can't believe it's not Java'.

      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.

    9. Re:HOLY HELL! by uradu · · Score: 3, Insightful

      > There's no real reason why it couldn't now be implemented as a multiple-inheritance class
      > 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.

    10. Re:HOLY HELL! by Mannerism · · Score: 3, Informative

      And while we're on the topics of JDeveloper and Rational, it's worth noting that JDev now integrates class and activity UML diagramming tools. Also, the 9i developer suite includes an Oracle repository-based SCM tool. So, apparently, Oracle has decided to go their own way on the UML and SCM fronts (although, oddly enough, I recall that a couple of years ago some Oracle people I was working with were discussing rumours of Oracle buying Rational).

      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 if you're curious.

  2. Schweet! by Anonymous Coward · · Score: 3, Funny

    Excellent! Where can I pre order Visual Pascal?

  3. Re:Hate to say it but.. by Lxy · · Score: 4, Insightful

    successful? How? Borland C++ Builder, Delphi, and Kylix GONE. I don't call that successful. I call that anti-competitive.

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
  4. Remove the competition... by larien · · Score: 5, Interesting
    This would basically be MS buying two competitors. Rational Clearcase competes with Visual Sourcesafe and Borland's development products obviously compete with Visual Studio (as well as doing a fair bit with Java, which MS probably don't like).

    If this is true, they've obviously decided to really flip the bird to the courts...

    1. Re:Remove the competition... by Paul+Komarek · · Score: 4, Interesting

      I don't think they'd keep Visual Sourcesafe if they had access to Clearcase. I've met some anti-open-source-and-Free-software people (and regular people, too) that use cvs because Visual Sourcesafe is so bad.

      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

    2. Re:Remove the competition... by k98sven · · Score: 3, Informative

      Hell, maybe MS's plan is to buy them and keep them funded and alive to prove to the courts they are interested in competition. Its just as likely.

      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.

    3. Re:Remove the competition... by Christopher_G_Lewis · · Score: 5, Informative

      That's like saying Notepad competes with Word.

      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.

  5. There goes open source developement tools by Hellkitten · · 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

    --
    - We are the slashdot. Resistance is futile. Prepare to be moderated -
  6. Re:What about Kylix ? by kin_korn_karn · · Score: 3, Funny

    Maybe MS wants to replace VB with something less shitty.

  7. D'oh! by CorporatePunk · · Score: 4, Funny

    Next Headline : Microsoft buys C# and Visual Studio. In their attempt to own the world, Microsoft accidentally bought something they already own! Who watches for these kind of things?

  8. not both companies by Jasn · · Score: 5, Informative
    If the submitter had read the story they would have seen that it talks about separate rumors about separate purchases. In particular the Borland rumor has an IBM Rational purchase as its reason for being.

    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.

  9. Monopoly in action. by rasjani · · Score: 3, Informative

    Obviously, im not the only one to point this out but.. If MS where to buy Borland, that would make life of the Kylix in Linux quite unstable. While kylix is allready in its second phase and we havent seen massive amounts of free and/or proprietary software build with it, its still microsoft acting against certain market..

    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..

    --
    yush
  10. I recieved this as a Rational customer by Anonymous Coward · · Score: 5, Informative

    To our valued customers:

    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, .NET, and others.

    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

    1. Re:I recieved this as a Rational customer by richie2000 · · Score: 3, Informative
      Relevant Press Release.

      IBM and Rational Software Sign Agreement for IBM to Acquire Rational
      December 6, 2002

      Armonk, N.Y., and Cupertino, Calif. -- IBM (NYSE:IBM) and Rational Software Corp. (NASDAQ:RATL) today announced the two companies have entered into a definitive agreement for IBM to acquire the equity of Rational at a price of approximately $2.1 billion in cash or $10.50 per share.

      So how come no one spotted this like six days ago?
      --
      Money for nothing, pix for free
  11. New Borland Product Line by hayriye · · Score: 3, Funny

    J#Builder
    Turbo Pascal.NET

  12. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  13. Microsoft The Rampant Purchaser by SmartGamer · · Score: 4, Interesting

    Sheesh! This is getting way out of hand, and the government really needs to step in and do something.

    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*

    --
    Warning: Poster of this comment is a nerd. Just like everybody else here.
  14. Re:Hate to say it but.. by mcguirez · · Score: 5, Interesting

    Well Borland is profitable:

    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!

    --
    When you hear hoofbeats, think horses, not zebras
  15. Re:HOLY HELL! : Eclipse! by hermescom · · Score: 3, Interesting
    I wouldn't be too worried about loosing JBuilder. After all, Eclipse is better, faster, and open-sourcier. Not to mention it doesn't use godawful Swing(r)(tm)(c)(pi).

    I am a Java programmer myself (laugh it up), but Swing just plain annoys me.

  16. In other news... by TrekCycling · · Score: 4, Funny
    Microsoft today acquired the Free Software Foundation, acquiring the GPL and the last vestiges of competition.

    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.

  17. MS will not buy BOTH of them by javatips · · Score: 5, Informative

    Actually, this story is more accurate.

    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#?

    1. Re:MS will not buy BOTH of them by sacrilicious · · Score: 3, Informative
      They would acquire a bunch of very popular Java products! [Will they] convert it to C#?

      No matter... IntelliJ 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.

      .

      --
      - First they ignore you, then they laugh at you, then ???, then profit.
  18. Re:Hate to say it but.. by 4of12 · · 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.

    --
    "Provided by the management for your protection."
  19. Smart move on MS' part by jheidebr · · Score: 5, Informative

    Microsoft in buying Borland aquires not only a UML modelling tool (Borland recently aquired TogetherSoft). But, they also purchase one of the better Java vendors out there. This move is both offensive and defensive. M$ gains a UML modelling environment while simultaneously killing off a significant segment of the Java tools industry.

    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.

    1. Re:Smart move on MS' part by sheldon · · Score: 3, Interesting

      "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."

      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 .NET tools, etc.

  20. Remove even more competition... by staplin · · Score: 5, Informative

    Plus, Borland just bought StarBase, which produces the StarTeam SCM system, as seen in this press release. (Wow, just look at the way the Borland logo is plastered all over the StarBase website!)

    So with Rational and Borland, they knock out 2 competitors in the SCM market!

  21. How shall we troll this? Let us enumerate... by smittyoneeach · · Score: 5, Funny

    Now we see the basis for Bobby Schmidt's "Hell Freezes Over" column in the latest CUJ. The next Visual C++ is standards-compliant by vacuuming up a quality comptetitor...
    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...

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  22. Re:Not according to Slashdot by blancolioni · · Score: 4, Insightful

    Pick your prophecy people: If you claim in one post that Microsoft is doomed, then you must forever disagree with any claims that they are a monopoly.

    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.

  23. Re:How shall we troll this? Let us enumerate... by AntiNorm · · Score: 5, Funny

    The next Visual C++ is standards-compliant by vacuuming up a quality comptetitor...

    For Microsoft, this is standards-compliant.

    --

    I pledge allegiance to the flag...
    of the Corporate States of America...
  24. So how long before... by mengel · · Score: 4, Insightful
    ... Rational software only runs on Windows?

    This is the pattern that Microsoft and Intel both have repeatedly run through:

    • find a company whose software helps you develop software, or web pages, or what have you
    • buy that company
    • make future relaeases that only work on Windows
    as the software rot makes the old versions fail, users of that software are herded towards Windows.
    --
    - "History shows again and again how nature points out the folly of men" -- Blue Oyster Cult, 'Godzilla'
  25. Re:That's why we need Lazarus!!!! by justsomebody · · Score: 3, Informative

    Compare lazarus to delphi or kylix.

    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.

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  26. P.S. by yog · · Score: 3, Interesting

    It also gives MS a chance to hurt Linux, which Borland has been supporting in recent years with JDeveloper and Kylix.

    --
    it's = "it is"; its = possessive. E.g., it's flapping its wings.
  27. Who need Borland or Rational? by g4dget · · Score: 5, Insightful
    There are free IDEs (Eclipse, Forte), and there are free UML tools (ArgoUML, probably others). If they aren't good enough yet, they will improve further. And the only good product Rational has ever had, Purify, has a better open source equivalent already.

    Microsoft's old strategy of killing competitors by buying them doesn't work with open source. Sorry, Bill.

    1. Re:Who need Borland or Rational? by IamTheRealMike · · Score: 4, Interesting
      There are free IDEs (Eclipse, Forte), and there are free UML tools (ArgoUML, probably others)

      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.

  28. M$ using financial markets as a club by Ingolfke · · Score: 3, Interesting

    From the article in respect to M$ rumored bid - "That pushed the stock up, indicating that investors are betting there could be some sort of bidding war for the company, the traders said."

    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.

  29. Re:C++ Builder by omibus · · Score: 3, Informative

    What is left after that??!! True, Delphi kicks VB's ass in every possible catigory...but after you take out C++Builder and Kylix you are left with
    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.

    --
    Bad User. No biscuit!
  30. Re:first fist by eno2001 · · Score: 3, Funny

    If only I had moderation points today... this WAS truly funny if you are a Quake player. Someone please mod this up as funny.

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  31. Re:In other news... by Alsee · · Score: 3, Insightful

    Microsoft today acquired the Free Software Foundation, acquiring the GPL and the last vestiges of competition.

    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.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  32. Re:C++ Builder by GeckoFood · · 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).

    --
    Be excellent to each other. And... PARTY ON, DUDES!
  33. Borland undervalued and underrated... by CommandNotFound · · Score: 3, Interesting

    Although I wish Borland would stay a scrappy independent forever, I always thought that Sun or Oracle would be a good parent for Borland.

    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.

  34. Re:Not according to Slashdot by Hard_Code · · Score: 5, Funny

    "your mother wears army boots!"

    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.

    --

    It's 10 PM. Do you know if you're un-American?
  35. Re:Not according to Slashdot by Alsee · · Score: 3, Insightful

    A) Different people can have different oppinions.

    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.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  36. SourceSafe is NEVER an option by ChaosDiscord · · Score: 4, Informative
    Rational Clearcase competes with Visual Sourcesafe....

    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. Spread the word! Friends don't let friends use SourceSafe!

  37. Re:Not according to Slashdot by Anonymous Coward · · Score: 3, Informative

    Soldiers fighting overseas would pay local prostitutes by giving them their boots.

  38. Re:are you sure? by Christopher_G_Lewis · · Score: 3, Interesting

    That is strange. Not sure how yours was setup, but if you checked files out for developing, it was irrelevant to the ability to backup the VSS database - same with being logged in.

    Correct, but I forgot that we always ran ANALYZE.EXE before backups, causing the backups to "fail", which is what I should have said...