<p></p>
<p>Am 05.03.2013 04:55 schrieb "Paul Ishenin" <<a href="mailto:ip@kmiac.ru">ip@kmiac.ru</a>>:<br>
><br>
> 04.03.2013 18:29, Marco van de Voort wrote:<br>
><br>
>> I chose the latter. Compatibility. All the way. No compromise.<br>
>><br>
>> Is it pure? No. Is it perfect? No. Is it better than the alternative? Yes.<br>
>><br>
>> Currently FPC is much dirtier than Delphi if only because it has two<br>
>> implementations for everything.<br>
><br>
><br>
> I'm totally agree. 2 implementations complicates the compiler and complicates the use of the compiler. Component developers and those who plant to port their delphi projects will not use objfpc mode if it will not be delphi compatible.</p>

<p>ObjFPC mode is not compatible with mode Delphi, because of conscious decisions. Think for example about the "@" for procedure variable assignments here or the use of symbolic operator names for overload declarations, instead of words like Delphi did it. And generics are a further example. </p>

<p>Regards,<br>
Sven</p>