<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 4/28/2020 6:18 AM, Erik Stel via Cuis-dev wrote:
    <blockquote
      cite="mid:45F4FC1D-F149-4171-AB2F-6C78D151AE4F@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Giorgo,
      <div><br>
      </div>
      <div>The dot is the statement separator in Smalltalk. What Juan
        suggest is regular Smalltalk. The @ message is sent to the
        Smalltalk instance and it will answer the package reference by
        the argument (a Symbol like #MyPackage). The package has also an
        implementation for the message @ and will answer a class. So
        everything is just executed and no special compiler handling.</div>
      <div><br>
      </div>
      <div>Cheers</div>
      <div>Erik</div>
      <div><br>
        <div dir="ltr">(Sent from mobile device, please excuse typos and
          brevity)</div>
        <br>
      </div>
    </blockquote>
    <br>
    Exactly!<br>
    <br>
    Also, Luciano's idea of using DNU instead of #@ is a good idea.<br>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>