What with Delphi Prism coming soon, I've been looking at Oxygene (the Remobjects compiler, Delphi Prism will use), and have a found a few features I'd love to see in Delphi Win32. S
|
1
|
|
|
|
|
|
Simple answer: All of them. Simply because that would make it one language again. |
||||||
|
|
|
ome of my favourites are : Inline Property expressions and implicit property variables
Property Initial Values
Iterators While Iterators are available in Delphi, the use of sequences and the yield keyword makes creating them much easier.
I could go on and on, but those would be very nice to have. note this question has kind of been asked before but not in relation to Prism. here |
||||
|
|
|
Garbage collector |
||||||||||||||
|
|
|
Apart from what Gabr said, some of the syntactic sugar cubes I would really like to have in Win32 are:
|
||
|
|
|
Some things that would have prevented me running back to Oxygene/Prism screaming, everytime I had to use Delphi in the past 3 or 4 years:
I could go on on about actual language features. But some of them wouldn't even make sense in a single-pass compiler. |
||||||||
|
|
|
I think the followings can be implemented quickly for starters:
|
||||||
|
|
|
The colon operator looks wonderful. You have no idea how many times I've wished I had that in Delphi ever since I read about Oxygene having it. Same with double-comparisons, LINQ, try..except..finally and async/future declarations. Put in features like this that would enhance the language, and leave out the slow, bloated "managed" crap that would wreck the fast, sleek, human-readable language I love, like multi-pass compilation, automatic garbage collection and inline variables, and I'd be very happy. |
||
|
|
|
|
Preferably, none. |
||
|
|
|
|
Why don't you vote for this? ;) |
||
|
|
|
|
two pass compiler is number one! The argument that speed will be slower doesn't hold water in reality. Currently to have class A with at relationship to Class B without casting one declares the interface sections of these in a single unit. With two pass you would not need to do that. so you would have many smaller units with their dcus all ready compiled and only the unit you changed would need to be recompiled. So 1 huge unit that vs many smaller units. This is really a no brainer and with 64 bit coming why not do it right? |
||
|
|
