<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 25.10.2012 14:11, schrieb luiz
      americo pereira camara:<br>
    </div>
    <blockquote
cite="mid:CAMa0j60M_buWirqypSrwH6dcRpnef3e4JiAj7Kvz3872zsYouw@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">2012/10/25 Sven Barth <span dir="ltr"><<a
            moz-do-not-send="true"
            href="mailto:pascaldragon@googlemail.com" target="_blank">pascaldragon@googlemail.com</a>></span><br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <p>Am 25.10.2012 01:55 schrieb "luiz americo pereira camara"
            <<a moz-do-not-send="true"
              href="mailto:luizmed@oi.com.br" target="_blank">luizmed@oi.com.br</a>>:</p>
          <div class="im"><br>
            > Regarding Delphi compatibility, currently fpc already
            lacks much features in areas like attributes, anounimous
            methods, generics, interfaces, unicode and some will never
            land at fpc.<br>
          </div>
          <p>
            - for anonymous methods exists a branch with an initial
            implementation though this is currently on hiatus :(<br>
          </p>
        </blockquote>
        <div><br>
          If i remember correct, core developers stated in mail list
          discussion that it was unlikely to be implemented in fpc since
          diverges from pascal style coding<br>
        </div>
      </div>
    </blockquote>
    <br>
    Here you need to remember the point of a open source project: if
    there is someone who wants it implemented then he/she can implement
    it. This was the case here: Some community member stepped up and
    started to implement anonymous methods, but then either his time or
    his motivation left him...<br>
    <br>
    Please note that it was the same with me: I wanted to see class
    helpers implemented which I did. And now see where I am: I'm the one
    who mainly works on generics (and helper types) and have also
    revived a platform thought lost forever...<br>
    <blockquote
cite="mid:CAMa0j60M_buWirqypSrwH6dcRpnef3e4JiAj7Kvz3872zsYouw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <p>
            - what do you miss for interfaces?<br>
          </p>
        </blockquote>
        <div><br>
          Delegation: <a moz-do-not-send="true"
            href="http://bugs.freepascal.org/view.php?id=4842">http://bugs.freepascal.org/view.php?id=4842</a>
          <br>
        </div>
      </div>
    </blockquote>
    I personally don't consider this a missing feature (after all
    delegation itself works already), but more a bug...<br>
    <br>
    <blockquote
cite="mid:CAMa0j60M_buWirqypSrwH6dcRpnef3e4JiAj7Kvz3872zsYouw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div>BTW: i just hope that this new syntax features does not
          affect the generated code for those not using it<br>
        </div>
      </div>
    </blockquote>
    <br>
    Most of the features should not influence you. Only affecting
    changes might be the extended RTTI (increase in executable size if
    enabled - and for the RTL units it might need to be enabled) and if
    the switch from AnsiString to UnicodeString should come...<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>