<div dir="ltr">oh wow, I had not made the connection that it was that easy and I could just do:<div>(set! _ (load &quot;file&quot;))</div><div><br></div><div>Scheme (and s7) just keeps making me happier! </div><div>thanks Bill!</div><div><br><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 31, 2021 at 4:02 PM &lt;<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>&gt; 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">&gt; I need to know the max file size<br>
<br>
You mean max-string-length, I think -- it defaults to 2^30.  There is no<br>
downside to making it as big as you want.<br>
<br>
Loading is not noticeably more expensive than evalling -- I would just<br>
load the file again to pick up the new data.  Maybe I misunderstand<br>
the context.<br>
<br>
</blockquote></div>