Borland Releases Delphi 7
sebmol writes: "Borland has released version 7 of its superb development tool Delphi. Unusual for Borland, they have added quite a few extras to their release such as a complete (!) copy of Kylix 3, Borland's port of Delphi to Linux. The price is somewhat affordable, especially if you can take advantage of their upgrade offers. For the first time since Borland became Borland again (after the Inprise debacle), I can say that I am truly impressed by this company and their products."
...that was included in Borland C++ and Turbo Pascal 7 and some previous version of Delphi ?
Anyone knows ?
Where you could purchase their entire C/C++ compiler suite + assembler + debugging tools for $149US ($169US?). The package came with several thousand pages of excellent documentation spread out over 5 or so books.
Object Pascal r00ls!
Yeah, you'd think so, wouldn't you? However, despite all the copies on my shelf of various versions of the Object Pascal Language Reference published by Borland, the official line is (now) that the language used in the product known as Delphi is and always has been officially called Delphi. Not Object Pascal.
I get a feeling that some lawyer in Scott's Valley got a call from some lawyer in Cupertino last year regarding the trademark to "Object Pascal" or something.
"You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin
Another thing that others on /. seem to be missing is that D7 will also ship with a preview version of their Delphi for .NET compiler ( DCCIL - pronounced Diesel ). This compiler will produce native .NET IL code and you will be able to use just as you can C# or VB.NET.
.NET applications, 2 articles have been published on BDN ( http://bdn.borland.com/ ) outlining how the new Delphi.NET compiler works and also how to use Delphi with ASP.NET as native .NET applications/scripts.
.NET machines. But we will have to wait until it ships to be sure.
For who are interested in using Delphi to write
Simple games are already being written with DCCIL and there is talk that applications using DCCIL will be compatible enough to run under the new PocketPC
Hmmm...I'm looking for a new language to play with.
Would like pay-as-you-play a la C++ -- not massive overhead to run the thing if I'm not using features. Java is slow, verbose and has lame generic containers. C++ is nice but huge, complicated, and doesn't have native GC. C lacks GC, good generic containers, and has too weak typing. lisp lacks static typing. sml is a functional language (ick) and type inference sucks.
I'm not touching C# with a ten foot pole on general principle.
Right now, the things I'm thinking about looking at next are eiffel and objective C. I'd really like templating, which I know that you get with eiffel. Anyone have any likes/dislikes about these two?
May we never see th
Delphi, the language, is actually very nice for people wanting to get a job done. The problem with Dephi is that it's non-portable. It only runs on and generates code for 32-bit x86 machines. You can't run it on anything else. This was not a problem if you only wanted to write Windows code. Now you can write Windows and Linux x86 code. You can't make SPARC, PowerPC, MIPS, ARM or any other code with it for that matter. You're still tied to x86, but now you have the choice of Linux or Windows.
Stick Men
Unusual for Borland, they have added quite a few extras to their release such as a complete (!) copy of Kylix 3, Borland's port of Delphi to Linux.
Having extras included with your Borland purchase isn't strange at all - every time I've purchased a Delphi edition (1, 2 then 5) it came with a whole stack of CDs.
Delphi 5 came with free copies of C++ Builder 3 and JBuilder 2; IIRC it also included a web site tool (can't remember which), a Companion Tools CD (some free stuff and some demos of 3rd party). Way back when Delphi 2 and 3 were released, each came with bundled Delphi 1 for 16bit development.