Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Noticias (https://www.clubdelphi.com/foros/forumdisplay.php?f=34)
-   -   Noticias sobre Diamonback (D9) y FOTOS (https://www.clubdelphi.com/foros/showthread.php?t=14201)

mamcx 13-09-2004 17:23:05

Noticias sobre Diamonback (D9) y FOTOS
 
Chequeen blogs.borland.com sobre los cambios que DiamonBack (Delphi 9!):

Entre lo que se sabe:

- MUCHAS mejoras para el IDE!
- Refactoring incluido (ej: Cambiar el nombre de una clase cambia en TODAS las units que la referencian automaticamente)
- Preparandose para .NET 2.0 (O sea, D9 estara listo para aceptar cambios en .NET 2.0, incluyendo compilacion a .NET 64 bits)
- Nuevas adiciones al lenguaje (generic y metodos anonimos) Se portaran algunas a Win32! Hay muchas cosas de esto, pero el caudal de informacion todavia no permite digerir bien...
- ECO MUY mejorado
- CONFIRMADO!!!!!!!!!!! Delphi 9= Delphi Win32+ Delphi .NET + C# Se podra usar Delphy&C# dentro del MISMO proyecto!
- Mejoras a los tooltip, asistentes, el debug.
- Integracion con StarTeam
- Mejoras a la depuracion con IIS...mejor deployment de sitios ASP.NET

Fotos:

Mas info:

http://www.drbob42.com/borcon/
http://www.lemanix.com/nick/

Increible: Danyy, Allen y Danny (los principales con Delphi) tienen TANTAS cosas pa mostrar que estan fuera de tiempo! Se habla de entre 100/200 slides de powerpoint POR presentacion.

Lo mejor: Se esta reafirmando que el compromiso es con los programadores y que todo fluye del CODIGO hacia lo demas (uml, refactoring, alm) y NO a la inversa (como lo plantea rational y MS). Basicamente, es bueno porque se ha dado la impresion que el apoyo al programador se esta desvaneciendo y se apoya solo la gran empresa....

mamcx 13-09-2004 21:12:46

Otro link MUY bueno:

http://www.bsdg.org/

Muestra los cambios al lenguaje (y mejoras:)) :

Cita:

Diamondback Compiler






Compiler

XML doc support fully surfaced for all compilers. Generated XML file is not required for help insight, but is used if present.

New Delphi syntax features (Win32 and .NET)

  • for..in..do enumeration syntax
  • Function inlining
  • support for compiling Unicode and UTF8 source files
  • Multi-unit namespaces
  • New wild-card "uses" syntax (a.b.*)
Win32 Only

  • Unit initialization consolidation optimization
.NET only

  • Compact framework support
    • Compile only
    • No designer or debugger (Microsoft has not provided the SDK)
  • Forward declared record types
Unit Definitions & Requirements

Multi-unit Namespaces

All interfaced symbols in unit "a.b.c" and "a.b.d" and "a.b.*" will be emitted into the namespace "a.b". The unit class that stores global variables and global procedures is named "a.b.Units.c". C# code (for example) would access type TFoo definind in unit "a.b.c" as try a.b.TFoo. If the unit name does not contain dots then the namespace is the unitname along and the unit class is <unitname>.Units.<unitname>


For..in..do


Código Delphi [-]
 
      for Node in NodeList do
     begin
       ListBox1.Items.Add( Node.InnerText);
     end;



La franja horaria es GMT +2. Ahora son las 19:09:34.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi