Soon Delphi 2010 "Weaver" will enter in beta. (See http://www.embarcadero.com/products/beta_programs.php)
Which would be your most wanted features for the next release of Delphi?
Mine (from top of the head):
- tooling for synchronizing the representations of DB schema (aka. DB metadata) in code and in database
- language enhancements:
- CASE on non-ordinal types
- lazy evaluation
- mixins
- AOP (aspect oriented programming)
- VCL enhancements:
- DB enhancements (TDataSet, TClientDataSet - faster, more feature rich)
- OPF/ORM on native side
- (more) containers, classes (using generics)
- IDE enhancements:
- Runtime Object Inspector using the already registered editors to allow WYSWYG debugging of the objects/classes (and generally a better debugger)
- Code management tools
- Refactoring assistants
- Find unused code (ok, here we need support from linker)
- 64-bit compiler
...and many many more :-)
Yours?
UPDATE: There are some sneak previews at http://wings-of-wind.com See for yourself.