<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 10/17/24 8:58 AM, Hairy Pixels via
      fpc-pascal wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGsUGtnWra0udZAdasUVkVSU+QN5sfWE72VTmawkiVLV+1H4QQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Oct 17, 2024 at
          12:03:47 AM, Guillermo Martínez Jiménez via fpc-pascal <<a
            href="mailto:fpc-pascal@lists.freepascal.org"
            moz-do-not-send="true" class="moz-txt-link-freetext">fpc-pascal@lists.freepascal.org</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"
          type="cite"> Prease DON'T add garbage collector.  IMO it isn't
          a good idea.  I had<br>
          very bad experiences with it. Unless somebody found a new
          magic<br>
          algorithm in the last decade...<br>
        </blockquote>
      </div>
      <br>
      <div dir="ltr">I used C# for Unity quite a bit and never had any
        problems. That’s even with the worst case scenario for game
        developing that needs real time graphics. Does that power all of
        .NET too and all those desktop applications? It’s been battle
        tested many years as far as I can tell.</div>
    </blockquote>
    Yet, Delphi .NET was a failure. And nobody uses FPC for the JVM
    platform. That's why I'm reluctant to implement a .NET target, even
    though it's possible to do. I mean, given infinite developer time,
    it's cool, but I don't have that much time, therefore, .NET is very
    low priority.<br>
    <blockquote type="cite"
cite="mid:CAGsUGtnWra0udZAdasUVkVSU+QN5sfWE72VTmawkiVLV+1H4QQ@mail.gmail.com">
      <div dir="ltr">In 2024 you don’t need the performance of manual
        memory management in UI apps. Garbage collector or anything else
        will work perfectly well.</div>
    </blockquote>
    <p>Well, surely, you can probably use something like this with Free
      Pascal as well:</p>
    <p><a class="moz-txt-link-freetext" href="https://www.hboehm.info/gc/">https://www.hboehm.info/gc/</a></p>
    <p>We're eagerly waiting for your patches to make this work.</p>
    <p>For me, it's not worth it. Calling .Free on objects doesn't
      bother me, nor does it make development for me any more difficult.
      With the built-in leak detection (-gh option), it's even easier.<br>
    </p>
    <p>Nikolay</p>
  </body>
</html>