Borland C++ For Linux 457
Ardax writes: "Looks like Borland is going to be releasing C++ for Linux, according to this InfoWorld article. We'll be seeing more details at LinuxWorld in NY next week. The article doesn't mention whether this will be C++ Builder for Linux, or 'just' a command line compiler. No matter what, this is a sweet thing. I wonder how it will compare to gcc? (I wonder if it will be able to compile the kernel? :-) ) If it's the whole C++ Builder shebang, I wonder if there will be an Open Edition?
Borland's Community site has a blurb about this. There's no comments at the Borland community yet, but some interesting commentary might pop up there."
Market (Score:3, Insightful)
Re:Market (Score:4, Insightful)
can someone explain to me why they would use it instead of gcc
On many UNIX workstations, GCC makes slower/much slower code than the system vendor's compiler.
Many people argued the speed/size benefits of Watcom's DOS compilers compared to DJGPP, the (DOS port GCC)
Re:Market (Score:3, Insightful)
The only thing (not a bad thing, mind you) that gcc has going for it is that it's free... it's hardly the compiler of choice if you really want to optimize your code.
Re:Market (Score:3, Informative)
GCC 2.95 vs. Borland C++ 5.5 (Score:3, Informative)
Re:GCC 2.95 vs. Borland C++ 5.5 (Score:2)
Re:GCC 2.95 vs. Borland C++ 5.5 (Score:2)
Re:Market (Score:2, Interesting)
Many people such as? GCC optimizes just as much as Watcom [and much more than MSVC].
For example, my crypto library
http://libtomcrypt.sunsite.dk
Includes both MSVC and GCC make files. Compare the timings [ciphers] for yourself!
Re:Market (Score:2, Interesting)
graspee
Re:Market (Score:2)
but...
gcc is not known for handling C++ especially well. 3.0 is supposed to support the language better, but is reported to generate larger executables and no better performance than present.
I have no idea of how the Borland compiler would get along with current linkers and whether it would be better than the current mess, which is largely responsible for the long time required to start KDE apps.
This stuff may not matter for free developers, but commercial developers may see improved performance as one of the edges they can ask people to pay for.
Re:Market (Score:2)
No, he probably means that gcc is a good C compiler but the C++ support is bad, at best. I have to say one good thing about gcc: it is probably the most standard-compliant C++ compiler available. Too bad that it generates very slow code.
Really stupid question... (Score:2)
Re:Really stupid question... (Score:3, Informative)
KDE Studio Gold [thekompany.com]
or just search through
apps.kde.com [kde.com]
Re:Really stupid question... (Score:3, Informative)
Re:Really stupid question... (Score:2, Informative)
It supports a larger subset of c++ than gcc. *Ouch*
Re:Market (Score:2, Interesting)
You can access the newsgroup here (sorry for the long URL, blame google not me)
http://groups.google.com/groups?hl=en&threadm=3
Also please check out an earlier message on this topic which may have already been covered on slashdot (sorry too lazy to check at 3:15AM)
http://community.borland.com/article/0,1410,281
This one gives you an email address kylixbeta@borland.com where (surprise, surprise!) you may be able to get a beta.
Re:Market (Score:2)
I agree that g++ is a bit slow, but your figures are way off. In many cases cl is slower. If you use precompiled headers cl can be faster, but not 10x. I think gcc3.1 should have necessary performance improvements especially for heavy template useage (which is main cause of slow compile times in c++). Besides, g++ 2.95+ is a much *better* compiler than even latest VC++. Try doing some complex template stuff (eg Blitz) in VC++ - it's plain broken.
IDE Me ! (Score:2)
Let's hope it doesn't take them as long to give us a familiar interface. Sure, the command line would be nice, considering Borland's robust libraries and deep oop capabilities
Re:IDE Me ! (Score:2)
Remember Borland C 1.5... (Score:3, Funny)
I wonder if this will be like Borland C V1.5 (or was it 1.0? I'm getting old anyways...):
main()
{
int a = 4 / 8;
printf("%d\n", a);
}
Result: 2
It's not a joke kiddos. It was a real bug, just like that.
Ever heard of a const int? (Score:3, Funny)
I have a PhD in Visual C++. This is widely known among my graduate students.
Re:Ever heard of a const int? (Score:2)
It's a shitty piece of coding because it's non-intuitive and a bastard to maintain. It should never pass a code review.
I have a PhD in Visual C++.
No you don't. You just failed to pass a BS review.
Dave
Re:Remember Borland C 1.5... (Score:2)
test.cpp: In function `int main()':
test.cpp:3: ANSI C++ forbids declaration `i' with no type
test.cpp:3: warning: initialization to `const int' from `double'
The fact that VC++ doesn't catch things that are just plain wrong like this is pathetic.
Cryptnotic
Oh man... (Score:5, Insightful)
What I miss most is the old text-based Borland IDE. That was the most productive development environment ever. RHIDE is close, but wasn't stable on Linux when last I checked.
Re:Oh man... (Score:4, Insightful)
I think that Borland is trying to make its fan "feels like home", creating the "illusion" of being "cross platform". Thus, developers seeking to embrace Linux but reluctant to lose their Windows market can easily be lured in. When Linux gets stronger, Borland already has had a real good head start.
BTW, old text-based Borland IDE can be "simulated" using Twilight scheme.
Re:Oh man... (Score:5, Insightful)
Us: "We need more companies to release products for Linux!"
Borland: "OK, we'll release our C++ development environment!"
Us: "No, not you, we don't need your product, we've already got that."
Even if you never use it, it helps raise the visibility of the Linux platform when big-name companies like Borland are releasing Linux products.
Re:Oh man... (Score:5, Insightful)
Factors that might change this:
(1) Borland releases it free of charge or under some open source license; this is a possibility, but isn't clearly stated in the article--perhaps the command-line compiler will be available free of charge, which would encourage many Linux enthusiasts to try it out.
(2) Borland's C++ compiler supports advanced features not in gcc, such as compatibility with Borland's existing C++ compiler for Windows, better support for templates, better optimization, you name it. I already mentioned that this product might be aimed at people porting applications already written for Borland's compiler.
However, the main problem I have with your point is your imaginary conversation; you neglected to date those statements. That first statement was made years ago! At the time, Linux was not very well known and companies were just starting to take notice of it. Borland took a survey and started work on Linux products. Then other companies actually wrote and marketed Linux versions of their products whilst Borland was busy having an identity crisis (remember Inprise?). This also caused Borland to lose credibility with some of their long-time supporters, who likely ported their applications to Linux with some other product (like g++) and forgot about Borland/Inprise. Only now are they waking up and marketing this product again!
Therefore, I sincerely hope that this is a sign that the old Borland is back, and I hope they release a wonderful product, and gain massive support on Linux, and kick the gcc/g++ development crew into high gear to keep up. But understand if I fear the worst, especially from the vague tone of that Infoworld article, where they pretend that Linux doesn't already have a decent C++ compiler.
Re:Oh man... (Score:3, Interesting)
Personally I remember liking the built in debugger and editor simplifying the compile/edit/debug cycle, so that would tend to attract me as well; in fact I was considering getting a box myself, and I rarely even have time to code in C++ any more.
Re:Oh man... (Score:3, Interesting)
Look at this: Intel released a free (for non commercial) release of their compiler (ICC)
Did you see the KDE Developers move from GCC to ICC? I didn't, and I do follow the KDE lists..
What could be is that if borland (probably) will release their command line tools free (as a beer) - then someone might build KDE binaries and will give it out as super optimized. Those will be unofficial binaries of course.
Re:Oh man... (Score:3, Interesting)
Heve a look at XWPE (Score:4, Informative)
Borland text mode IDE clones (Score:2)
Try SETEDIT [sourceforge.net]; it's pretty darn close.
-- MarkusQ
Re:Oh man... (Score:4, Insightful)
I see the monopolists are out in force today. A language standard like ISO Standard C++ is a Good Thing. A single compiler that becomes a standard is a Bad Thing. When there is no room in Unix for an additional compiler, the end is near.
If Borland C++ (the stand-alone compiler) won't be free then there probably won't be many users. It won't be shipped with your Redhat Subscription Service. But it will still have a place, namely with those that think choice is the first attribute of freedom. And if it is free, then expect it to be widely used.
Gcc will finally have competition. It might actualy spur GNU into action to improve their compiler. Most of you guys here are too new to remember the history of gcc. Only a few years ago gcc *sucked* at C++. The unwritten by very official stance policy of GNU was that C++ sucked so don't bother. There was little standards conformance. But someone in the GNU crowd did have a clue, and forked the compiler. Before you knew it, egcs was being used more than gcc. Eventually the two merged back together, but I hope GNU learned its lesson.
This Is Very Good! (Score:4, Insightful)
It comes down to maturity. Borland has been making powerful IDEs for a very long time. Development for opensource IDEs however is a fairly new thing (KDEvelop is good, but it is still fairly unreliable and not as featured as I'd like).
After years of tweaking, Borland's got it down pat.
Re:This Is Very Good! (Score:2)
Competition is good (Score:2)
And I'll be real interested to see if it will actually compile the kernel!
The next version of Kylix will probably have C++.. (Score:3, Interesting)
Re:The next version of Kylix will probably have C+ (Score:3, Informative)
You don't say... (Score:2, Funny)
printf("Big deal\n");
}
open edition? I think not. (Score:2)
Re:open edition? I think not. (Score:2)
great! (Score:2, Informative)
XEmacs vs Borland C++ (Score:2)
I'm sure MSVC++ kiddies new to unix development in general can enjoy it however. I just hope I don't see 'project files' all over the damn place a year from now in lieu of Makefiles and autoconf.
I want this... (Score:2)
I'd immediately recompile MemTach for Linux
Best Regards,
Bill
Re:I want this... (Score:2)
Great? Weak? Greek? What?!
Resume Item (Score:4, Insightful)
That leaves people like me--who prefer to run Linux instead of Windows--at a disadvantage. I have to have a dual boot system, and I have to reboot to Windows every time I need to hack out some code for a class. Now, if Borland releases their C++ for Linux and makes it free, I know I could convince a couple of my professors to ditch the Microsoft stuff and use teach the class using Linux and Borland. That would enable me--and the rest of the university--to gain some practical experience coding on the Linux platform, and not just on Windows. Don't get me wrong, there isn't anything wrong with knowing how to code using Windows and Microsoft Visual Studio (in fact it's probably a good resume item), but I'd like to get familiar with some alternatives before I enter the workforce.
Re:Resume Item (Score:3, Insightful)
Re:Resume Item (Score:2)
While I appreciated the instructor trying to make it more "interesting", he was a couple years behind in what was cool. Several of us had started experimenting with Linux (1998) and once you've seen the flexibility of gcc, it's tough to go back.
Not to mention how painful it is to unlearn the incompatibilities Microsoft teaches you.
Re:Resume Item (Score:2)
I had never really used an IDE until I was persuaded to give JBuilder a go (other than relatively brief uses of Visual Interdev and VC++), and it's changed the way I work. If nothing else, being able to step through the code in the debugger, inspecting any variables I choose is wonderful, and a vast improvement on peppering the code with System.out.println()s.
Of course, as I develop code in Java on a machine running Linux that's going to be deployed on a server running Linux, I don't have to worry about cross-platform issues. However, I can't imagine that there's anything stopping you from developing fully portable code using an IDE, either. You'd just have to know what you were doing, which is true in any case.
Cheers,
Tim
Re:Resume Item (Score:2)
Re:Resume Item (Score:2)
If you have to go hunting around on freshmeat or google to find one in the fist place, or wade through dozens of pages of info/man pages to learn an obscure command line interface, printf()s or System.out.println()s start looking attractive. This is especially true when the bug has to be fixed now, so the client will stop shouting at the project manager, who in turn will stop breathing down your neck.
Cheers,
Tim
Re:Resume Item (Score:3, Informative)
Agreed, if that was the case. Fortunately, it isn't. DDD [gnu.org] ships with most Linux distributions, and gives you the nice GUI interface you're used to, plus some extra goodies on top (the ability to visually see the state of data structures like linked lists or binary trees is an amazing debugging tool). And since this is Unix, naturally there are other choices if you don't like DDD: Code Crusader [newplanetsoftware.com], mxdb, mxgdb, xxgdb etc.
Re:Resume Item (Score:2)
I'm currently learning Java using their JBuilder6 Personal Edition [borland.com], (a very good Java IDE, I might add). It's available for free on both Windows and Linux. Its got everything you need to learn Java, just not the enterprise stuff. So its possible they might do the same with C++ Builder. Its just in the past(for Windows) they made the base compiler free and charged you for the IDE.
Re:Resume Item (Score:4, Interesting)
Since that time, we have seen Kylix and Kylix 2 released as well as Delphi 6 and a new C++Builder. The fundamental piece was the use of CLX to make the code cross platform between Windows and Linux. VCL code simply will not port. And, the VCL never worked cleanly between Delphi and Kylix. CLX was the answer to this.
I expect that the upcoming release will be C++Builder on Linux. That means it will have the same look and feel as C++ Builder on Windows. Yes...a GUI oriented development tool with all the wizbang designers that many of us have come to love.
I'd also like to point out that Borland made it clear that they were not out to replace GCC. Their aim (well, 2 years ago), was to make a development tool that enabled developers with a Windows background migrate to Linux and bring their application development skills to the Linux platform. There was alot of talk about whether the libraries would be link compatible with GCC. They didn't have an answer that most of us wanted to hear. But, like I said, that was two years ago.
Borland is position themselves to enable developers to enter a new market. While the MS folks are concerned about pushing
Will these tools be an immediate big hit with Linux users? Doubt it. It takes a lot to effect a paradime shift of that magnitude. But, you will see Windows developers porting their code to Linux and opening up new markets. Eventually, the die hard people will see the advantages of using a tool like C++Builder or Kylix in a corporate setting. And, if we are really lucky, we'll see Borland making their
Guess we'll all have to wait and see, eh?
RD
Re:Resume Item (Score:2)
True, it's almost 100% Java, so there wouldn't have been that much work invovled, but it's still very welcome - it meant that I (and about half my colleagues) could finally ditch Windows entirely at work.
Cheers,
Tim
Re:Resume Item (Score:2)
Anyway, last semester in operating systems, we had to use Linux. If you haven't gotten into higher classes, you might find those give you the option of developing under some flavor of Unix, if it's not required.
Borland C++ or Borland C++ Builder (Score:3, Informative)
Re:Borland C++ or Borland C++ Builder (Score:2, Informative)
Re:Borland C++ or Borland C++ Builder (Score:3, Informative)
She added that Borland plans to announce C++Builder for Windows next month, but declined to provide details.
No they didn't. They just said they were going to announce C++ for Linux, and C++ Builder for Windows.
Broken telephone re BCB for Linux (Score:2)
That's got to be a journalist mangling the message. Borland has been selling C++ Builder for windows for several years already - why would they anounce it now?
This could really mean that either there is a new version of BCB for win32 to be anounced, or that BCB for linux is coming out.
Now it has been Borland's stated intent that the Kylix product line (or even the Kylix product) will support drag&drop C++ as well as Object-Pascal. I don't see why not - they share a compiler back end and a class library.
So either
- Borland has changed direction and not told anyone, and there will be no BCB for linux.
- We are getting BCB for Linux now.
- This is in fact only a commandline compiler, and is just a warmup for a later release of BCB for Linux.
Place your bets.
Re:Broken telephone re BCB for Linux soon (Score:2)
Now "development solution" doesn't sound like just a commndline compiler to me.
I expect that option 2 (BCB for linux now) is most likely, and option 1 (No BCB for linux ever) is right out.
There will likely also be a new version of bcb for win32. That's what happened on the Object-Pascal front: Kylix 1 rapidly followed by Delphi6.
Re:Borland C++ or Borland C++ Builder (Score:2)
Wonderful (Score:3, Interesting)
I applaud Borland for choosing to put more of their fine products on Linux. I have personally used Borland's products since version 3 of their Pascal compiler, which was a pretty long time ago. In conjunction with TurboPower's libraries, which were distributed with complete source code and no royalties, Borland's compilers, both for Pascal and C/C++, were always truly amazing products.
Now, with the increasing popularity and acceptance of Linux, I believe that Borland's products have found a new home, better than on DOS and Windows. I strongly believe that if Borland continues to implement their fine software on Linux, some great applications, brand-name commercial as well as free, will show up on Linux, making it a strong and competitive alternative to the Windows family of operating systems.
Perhaps someday, a couple of years down the road, Microsoft will begin implementing their software, such as a Microsoft Office for Linux package, just as some years ago, IBM sold native Windows versions of their OS/2 applications. Hopefully, this move by Borland will bring that a bit closer to reality.
Re:Wonderful (Score:2)
How many people actually use Borland C++? (Score:4, Interesting)
How many people actually use Borland's C++ products currently? Of those that do, is this just brand loyalty from the Windows 3.1 days? I've been part of product teams (all using C/C++) developing on Windows, Mac, and various unices, and I've never seen Borland being used anywhere. The last Borland product I've seen used was Turbo Pascal for DOS back in high school.
This isn't meant to start a flame war, I've just never actually seen a Borland C++ product being used, and am curious how big their market is. It may be that the Linux version would actually outsell the Windows version due to lack of competition. And it would totally rock if they released the Borland C++ builder IDE that supported not only the Borland compiler, but gcc and icc (intel) as well.
Needless to say, if they do release the IDE, I'll be very interested to see how well it works. I've tried KDevelop, CodeWarrior (older version - 5.0?), Anjuta, a couple other gnome things, etc. And I'm sorry to say none of them allow me to be as productive as I am with VC++ (with the VisualAssist add-in). CodeWarrior was probably the worst (I hope for their sake 6.0 was better), and KDevelop the most mature. However, none of the open source efforts play nice with cross platform projects (damn it, I don't WANT the make files in the same directory as the source!!!), and are terrible when dealing with large projects. If Borland's product can deal with large cross-platform projects, I'll be a happy camper.
Re:How many people actually use Borland C++? (Score:3, Informative)
I can't quote actual statistics, but: we have a ton of C++ Builder boxes around the office, and we also make extensive use of JBuilder. The place where I used to work, were pretty much all Borland fanatics, and had their own NNTP server, made up of borland fans. A lot of them were "Team B", the Borland Users Group kinda thing.
>Of those that do, is this just brand loyalty from the Windows 3.1 days?
Kinda. From reading the documentation and talking to them, they tend to say the same things. 1, it was a better compiler for a LONG time when compared to Windows (arguable, of course). 2, it was more command-line friendly, if you didn't want to use the full-on IDE; this mattered because a lot of them were Unix expatriates having to get work in a PC world, and they wanted a PC compiler that acted like cc/gcc. This too is arguable; I'm just reporting, here. 3, many reported better standards compliance, and more functionality in doing things other than Windows (but on x86). For example, one person I knew did embedded x86 development and liked the Borland tools. The general consensus was Microsoft's tools were *Windows* compilers, whereas Borland's were more multifunction. Lastly, they all loved the IDE, considering it more mature and stable than VC++. The majority of them are excited about moving to Linux with BC++ and I expect a small but noticeable increase in Linux acceptance once this comes out. The glare of running cash registers may not light up the skies, but I can think of at least a dozen people off the top of my head who will be willing to spend moderately large money to get their hands on a Borland toolchain for Linux.
I do, but not for much longer... (Score:2, Informative)
Since that is getting ancient (I want to use more modern C++ features), I have been looking into an upgrade. The compiler must be cheap and easy to install, as Ph.D. students (who have never heard of Unix) will want to compile the application, and I don't want to come in a situation where I have to provide technical support for the compiler.
C++Builder is the obvious choice for a succecor, but the IDE is the worst I have ever encountered, is is slow bordering to unusable, and produce (for my application) ridiculous bad code.
Cygwin was the second choice, since I already use GCC on unix. It is also the recommended way to get CVS, and I can reuse the Makefile. However, the Unix environment is too weird for some of the users, and getting -no-cygwin to work for C++ is non-trivial. So I need a more conventional solution as well.
Visual C++ is what most people use. It has en excellent IDE, produce OK code, and mediocre C++ support. I have found work arounds for the limitations in the C++ support, so that is going to be the replacement for Borland C++.
Visibility of Borland RAD tools (Score:3, Informative)
Not even close to true. A lot of developers are absolutely passionate about Delphi and C++ Builder. I think they'd riot in the streets if either product were discontinued. Not that there's any danger of this. Even in Borland's darkest days, these products were making money, and never stopped being under active development.
There are lots of reasons for this lack of visibility. The most obvious one is the reluctance of managers to commit to non-Microsoft tools, despite rabid lobbying from their engineers. And there always seem to be rumors of Borland's imminent meltdown -- even as we turn a profit and scramble to house the new hires.
One way to measure the penetration of Borland RAD products is to download and run the VCL Scanner [borland.com], which uncovers installed Windows programs that use Borland libraries. First time I used it, I was shocked to discover how many of these there were. Some of them were basic system utilities that I had used for years.
It'll probably have something like this (Score:2)
Tools->Options->Build
Compiler: [] Borland C++ []gcc |path|
Linker: [] Borland [] ld |path|
Flags:
Linux is not only a x86 OS (Score:2, Insightful)
Something designed on Linux x86 can run on Linux PPC with almost no change.
The master key to make it possible is GCC. Because GCC can compile (and even cross-compile) code for a lot of architectures.
Projects using Borlanc C++ specific features will work on Intel Linux. Nowhere else. This is pity. An opensource Operating System should be open to everyone.
This is not what Linux needs. (Score:2)
If you are fortunate to be able to take a look at the Visual Studio.NET releases, you know what I mean. I hope for Linux Borland will come with a toolset that gives the Linux developer the same productivity tools as Visual Studio.NET gives you. But I fear it will be only the v5.5 C++ compiler.
Commercial compilers on Linux = Good (Score:3, Interesting)
The upshot of that discussion was that VectorC {PC:Linux} is sheduled for release in April this year. That being based on our 2.0 engine so with C++ compatibility (currently VectorC is C only). While there was (unsurprisingly) a load of anti closed-source rhetoric in public, we did recieve a good number of serious private enquiries from people looking for a compiler such as ours on the Linux platform. It was enough to form a view that the platform is viable for us.
Ultimately I can't see any serious argument against having development tools such as these (Borland C++ and VectorC) on Linux. While it's likely of less interest to the open source/free evangelists wanting everything for free, there's definately demand where Linux is increasingly being used as an industrial platform.
Codeplay [codeplay.com] looks forward to competing with Borland on Linux.
Mat Bettinson - Codeplay Ltd.
Visual Development in Linux (Score:2)
All I ask from Linux is a similar or better IDE. I want to be able to write code, edit resources (dialogs), and do it all from one environment. I want a class wizard (again, I'm a VC++ user). Give me that, and I'll develop software for Linux in all my spare time.
Everyone talks about the advantages of Open Source. Give me this one simple thing, and I as user, will become an open source developer.
Don't make me deal with configure and manual makefiles and all that garbage. Forget it, I'm spoiled. I won't go back to that. It's like going back to the old DOS days. Give me a true IDE environment for development, and you've got me hooked. Throw on top of that a really good C++ class library for dealing with X, and you're done. So, who's doing this?
Still Free software? (Score:2, Interesting)
So, if I compile Free code with a non-Free compiler, would people regard it still Free software? This is meant serious, not as a troll.
As for me, it would not matter very much if with which compiler a program is compiled. But maybe someone has a good opinion on this.
Re:Still Free software? (Score:2)
Of course, if it depends on a proprietary compiler, it can't be part of a Totally Free(tm) system. But that doesn't mean the code itself is non-Free.
Twice Shy (Score:3, Interesting)
Whoooopie. I'm so excited I could just lift a finger in celebration. The "next article" finger to be exact.
Borland was a Godsend back in DOS days, when the Microsoft platform was unreliable and probably the least compatible C compiler ever invented. Those of us who were doing development work on MouseyDos spent our hard earned dollars on Turbo C, Borland C, release after release.
Then along came Windows and competing products from other vendors. Borland provided us with an extensible object framework better than anything that Microsoft had to offer. And then, something happened. All of a sudden, Borland was in bed with Microsoft, and those of us who worked with ObjectWindows, or (horrors) that "other" platform were abandoned like poor relatives at a party.
I personally give Borland a share of the blame for the extension of the Microsoft monopoly and the eradication of that "other" platform.
And now, they're going to bring out a product for Linux.
Well, friends, I won't spend a single cent on a Borland platform for Linux. Linux already has a mature tool chain available (more than one, actually) and in my humble opinion, Borland's products are unreliable. They are unreliable for the same reason every other proprietary product is unreliable; one never knows if tomorrow that product will even exist. If I find serious errors with the product, will Borland fix them, or will they once again decide that politics or bribery rule, and abandon their product (and me) to their own interests?
No, friend. I greet Borland's announcement of Linux support with all the enthusiasm of Borland's last six years of announcements. After spending thousands of dollars on their products only to be left standing in the rain, I will never, ever, buy another Borland product again.
Not ever.
Re:Twice Shy (Score:2)
I have Kylix 1 and have been following the kylix newsgroups for a while. I'd love to be able to write some cool end user software in Linux with Kylix, but haven't had much opportunity yet (started a couple cool things though).
Problem with Kylix (and much proprietary software) is that Borland hasn't really responded acceptably to reasonable gripes. Back in AUGUST it was made fairly clear that some K1 patches would be coming out that would fix the IDE, debugger, upgrade the MySQL drivers (they shipped only supporting the old 3.22 version!) and presumably other things. Then the Borland folks teased us again in October by saying that we'd see a K1 patch before K2 shipped. Then a ***BETA*** patch came out and they say "oh yeah, we only mean beta". Now, only about a week ago did the final patch come out, and all it is is a debugger fix for the 2.4 kernel and a MySQL upgrade. That couldn't possibly have been that hard to fix. How in the name of all that's good and holy did it take them this long to put it out? Any self-respecting Free Software project would have had fixes for that kind of thing LONG ago!
So that solidifies my position that one should use only Free Software tools to develop something that is truly important or mission critical. Proprietary vendors simply can't be trusted. If something is wrong with the compiler and they won't fix it, YOU'RE SCREWED!
Having said that, however, Kylix is a great tool for the most part. It is far and away the easiest way to build end user GUI applications for Linux, especially if they involve database access. So I will probably use Kylix in that way in the future -- AS LONG AS the project isn't a super critical one where loss of support from the tool vendor would be a disaster. In that case, I'd probably use Python and wxPython, or perhaps C++ if it was performance critical.
Eclipse (Score:2)
EULA (Score:3, Interesting)
I'm really not trying to be a troll here, I just thought that this needed to be brought up, and, discussed.
What is beneficial? To Whom? (Score:3, Insightful)
One place where they have a big edge is in dialog building. Kylix already builds dialogs under Linux, so they know how.
Perhaps what their goal is, is to get people using their products on Linux to be cross-platform, but to make their pile selling compilers for the Windows versions? Sounds chancy to me, but it would let them sell the Linux system at around cost, and still make SOMETHING. I'm dubious about proprietary libraries, but I believe that the GPL (NOT LGPL!) version of the library is available at sourceforge. And that Borland holds sole rights, so they can license it commercially if you pay them.
This means that you can use Borland libraries in GPL software without cost, but if you want to sell the product, Borland gets a share. (Sounds fair to me. Viable? I don't know.)
Given this evaluation, past comments, etc., and what I expect is that this C product will be the C++ companion product to Kylix. And it will probably be available on the same basis.
As to what they'll call it, companies are unpredictable, but what I think they should call it is:
Kylix C++, a C++ environment for the Kylix family.
Then they could follow it up with:
Kylix Python, a Python environment for the Kylix family.
Kylix Java, a Java environment for the Kylix family.
etc.
The kicker would be that all of the various pieces could work together in a relatively seamless way. (This takes a bit of work, but SuperCede Java did this between Java, C, and C++ on the PC side years ago. They finally got bought out by someone who raised the price to $10,000 per copy, but it worked pretty well when it was affordable.) And, of course, gcc has always worked this way.
.
Remember, the kernel started out in Borland C. (Score:3, Informative)
Borland C++ for OS/2 - a warning! (Score:3, Informative)
About 8 years ago I got into OS/2 in a big way and wanted to start developing for it. CSet from IBM was very expensive so I was ecstatic when Borland C++ came out for OS/2. Version 1.0 was pretty damned good - a powerful IDE, a decent set of helper classes (no GUI ones though) and a syntax highlighting editor in an age when IBM CSet++ shipped with no editor whatsoever. All was good or so I thought and I put aside concerns about the few bugs because it worked dammit and 1.01 would iron out the remaining problems.
Version 1.01 came and had some fixes for the existing problems but overall had *more* bugs than 1.0. The classes didn't work as designed, the debugger more frequently hung your machine than worked and worst of all the IDE crashed - randomly. All was getting decidely iffy but I knew that 1.5 was out so I still held out hope.
Version 1.5 and all hope flew out the window and emigrated to Australia. I had never seen a buggy piece of shit in life! The all new improved version may as well had alpha written all over it. It was unusable and I gave up after discovering threading was completely broken - a feature I had used up until then.
Soon after I switched to IBM CSet++. Now that was a compiler. It might have had a totally stinky UI (none at all), but the command line tools were excellent and it came with some pretty good classes too.
Re:Compile the kernel? (Score:2)
For example, in C you didn't *have* to prototype your functions; the compiler would make some assumptions (which weren't always right
That's just one example, I'm sure there are more though...
Re:Compile the kernel? (Score:2)
Re:Compile the kernel? (Score:2)
Re:Compile the kernel? (Score:3, Informative)
C++
D:\IntelC\Compiler50\ia32\bin>icl ft.cpp
Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010525Z
Copyright (C) 1985-2001 Intel Corporation. All rights reserved.
ft.cpp
ft.cpp(5): error: expected an identifier
int new=3;
^
ft.cpp(7): error: expected a type specifier
return new;
^
ft.cpp(7): warning #120: return value type does not match the function type
return new;
^
compilation aborted for ft.cpp (code 2)
C
D:\IntelC\Compiler50\ia32\bin>icl ft.c
Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010525Z
Copyright (C) 1985-2001 Intel Corporation. All rights reserved.
ft.c
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
-out:ft.exe
ft.obj
Re:Compile the kernel? (Score:2)
Re:Compile the kernel? (Score:4, Interesting)
GCC extensions (Score:3, Insightful)
The kernel . . . is writen in C with a ton of GNU extentions. So the kernel is really tied to gcc. (which actually makes it more protable because gcc runs on a ton of machines)
Um, no. Using compiler-specific extensions does not make code more portable by any possible interpretation of the word. If it didn't use any extensions, then not only could GCC compile it, so could Intel's compiler, Sun's compiler, etc. That would be portable.
While we're on the subject, though, it would be nice to see at least some of the GCC extensions make it into other compilers. I try to write code without them as much as possible, but in particular I've found the typeof() construct useful, as well as the ability to initialize arbitrary members of a union (yes, I know I could just turn them into structs, but that's a waste of memory). Does anyone know alternate ways of doing things like this in standard C, or whether the GCC folks are doing anything to try and get their extensions included in the standard?
GCC constructs that made it into the C99 standard (Score:2)
A number of GCC-isms ended up in the C99 standard. Such as support for C++-style comments, inline functions and named initializations of structs.
For more info on C99 differences from C89 try reading Are you Ready For C99? [kuro5hin.org] which appeared on Kuro5hin about a year ago.
Re:Compile the kernel? (Score:2)
However, it's irrelevant here. The Borland C++ compiler properly supports both C and C++ languages. By default, it depends on file extension, but you can also specify the language option (C or C++) explicitly.
Re:Compile the kernel? (Score:2, Informative)
This page [tribble.com] lists some of the incompatibilities.
Re:They should open up their Windows products (Score:2, Insightful)
Quite a few people still buy Delphi. Delphi users moving to C++ often buy C++ Builder. Otherwise, most everybody else chooses Visual Studio. So, I could see a case made for opening C++ Builder, but not Delphi (which happens to fall under "their Windows products").
Not necessarily.... (Score:5, Insightful)
We'll see if this turns out or not. That's just what I recall reading in discussions.
But if so it would be pretty sweet, assuming you're not a Free Software zealot (which I am, kind of, but I can see some coolness factor in this). If the pull it off, someone will be able to build an ENTIRE Linux distribution with their optimized compiler. Everything could run faster.
Re:Not necessarily.... (Score:2, Interesting)
Even though I am a Free Software zealot (i.e., I wouldn't use a proprietary compiler even if it was both technically better and available at no cost :-)), I think this would be a good thing. The more compilers support gcc's extentions, the easier it'll be to have them included in the next versions of the language standards.
Let the flames begin (Score:2)
"I have a file I would like to share with you"
IIS:
"Please rape my server... please"
MSVC:
"We think we support the standards, wait, we don't... does that compile yet?"
"Oh, you want that kind of template support. That'll be another 1000$ for our next version"
Office:
"Bug fixes? Have paperclip instead."
BSOD:
"IRQL LESS THAN OR EQUAL..... Reinstall computer"
XP:
"You can use your computer how and when we say you can."
"Our new fancy QOS service now helpfully reserves 20% of network bandwith for itself. Have fun trying to find the right tool to change that"
"What do you mean you don't like our sexy new menu delays?"
Re:"compile the kernel"? (Score:2)
Looks like Borland is going to be releasing C++ for Linux
How much more related to Linux do you want?
Cheers,
Tim
Re:Look, Linux sucks (Score:2)
No, it isn't built into the email client, but WTF is intuitive about launching the email program to schedule a meeting, or look up someone's phone number. A simple calendar program, connected to finger and an MTA and viola!
Re:GREAT for us poor schmucks.... (Score:2)
And who's fault is that? That would be yours, wouldn't it now.
Maybe you should stop complaining that people won't employ you and learn Visual C++. Nobody likes a stuck up programmer.
Re:GREAT for us poor schmucks.... (Score:2)
Pretty much confirms my point.