<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">El 16/10/2024 a las 05:12, Joao Paulo
      Schwarz Schuler via fpc-pascal escribió:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJbKcepV4hD60pFnioyy+o77bzyQYYYBs-0FLhp6TJdry13otQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Some half baked ideas:
        <div>* month after month, the percentage of code coded by AI
          grows and human made shrinks.</div>
        <div>* could Pascal be the ideal language coded (or preferred)
          by AI?</div>
        <div><br>
        </div>
        <div>Given that Pascal is strongly typed, easy to read and
          debug, avoids many types of bugs, could we make AI to prefer
          pascal?  <br>
        </div>
      </div>
    </blockquote>
    <br>
    Pascal opened the path with structured programming and hard typed
    languages. <br>
    <br>
    But most languages nowadays are hard typed: Java, rust, go, c#,
    swift... c is here to stay, but modern language got rid of c-like
    types byte=char=bool=everything. In fact modern development uses
    tools to control types in c and c++. <br>
    <br>
    I'm sorry to say than other language are better, handier without
    sacrificing security and readability.<br>
    A few points:<br>
    <ul>
      <li>Concurrency as part of the syntax of the language</li>
      <li>Declaring a var when you need it</li>
      <li>Tuples, so easy to return two values</li>
      <li>Some functional programing</li>
    </ul>
    <p>And all those languages are backed by big corporations.</p>
    <p>Lazarus is for Delphi nostalgic guys, like me. I'm sure 90% of
      Lazarus users have worked professionally with Delphi before.<br>
    </p>
    <br>
    <blockquote type="cite"
cite="mid:CAJbKcepV4hD60pFnioyy+o77bzyQYYYBs-0FLhp6TJdry13otQ@mail.gmail.com">
      <div dir="ltr">
        <div><br>
        </div>
        <div>I wonder to which extent our current programming languages
          will end as a middle coding layer.</div>
        <div><br>
        </div>
        <div>AI based transpilers from Python to Pascal are each day
          closer to reality.</div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
fpc-pascal maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Saludos
Santi</pre>
  </body>
</html>