Delphi (the language) has its own syntax and features, and other languages have their own too.
As a Delphi developer, what would you like to have in the win32 Delphi compiler? And if you are not a Delphi developer, what features would make you starting using Delphi?
Here's my short list
Main Features:
- Cross platform compiler (Revive Kylix) Windows/Linux/Mac.
- Native support for 64bit Processors (it may be in the next Delphi version as mentioned in Delphi roadmap).
- Advanced support for newer multi cores CPUs.
- Inline declaration of variables such as: var MyObj := new TMyClass.Create() (Similar to C);
- Multiples assignment: X := Y := Z := 1;
- Lambda expressions (same as C# 3).
- Automatic properties (same as C# 3).
I'm sure many have their own list, so let's start dreaming ;-)