<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>I think it will need to be such as read-only Array and ByteArray
      construction, to differentiate from other selectors. So it will
      need to be #<. I'm fine with it being a read-only ETuple, so
      that it conforms to the convention of constructing read-ony
      objects :: #() . and #[]. I could sent #makeWriteableObject to. If
      a Tuple detects Computable, it could make itself Writeable, or
      when computations occur prior to replacing the computable with the
      result of computation. And so on and so forth. This would look as</p>
    <blockquote>
      <p>#<#<1 !! 2 !! 3> !!
        #thisIsAConstructedWithNestingETuple></p>
    </blockquote>
    <p>Best,<br/>
      ••• rabbit ❤️‍🔥🐰</p>
    <p><br/>
    </p>
    <div class="moz-cite-prefix">On 8/12/23 09:03, rabbit via Cuis-dev
      wrote:<br/>
    </div>
    <blockquote type="cite" cite="mid:96427704-fb2e-2025-ce29-f25a6a23b93b@callistohouse.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
      <p>Good morning. I wish to add <> brackets to create an
        ETuple. How may I accomplish this? Such as:</p>
      <blockquote>
        <p><<1 !! 2 !! 3> !!
          #thisIsAConstructedWithNestingETuple></p>
      </blockquote>
      <p>Results in:</p>
      <blockquote>
        <p>anETuple (2 elements :: {anETuple (3 elements :: {1 !! 2 !!
          3}) !! #thisIsAConstructedWithNestingETuple})</p>
      </blockquote>
      <p>Gratefully,<br/>
        ••• rabbit ❤️‍🔥🐰</p>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
••• rabbit ❤️‍🔥🐰</pre>
  

</body></html>