<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The minimalist (lazy?) person in me say you could use apply to simplify it ;).</blockquote>
<div><br><br>I just started learning Scheme and am also trying to implement it, so I&#39;m just playing around with various features. I&#39;ve been doing this for a couple weeks with SICP, haven&#39;t got to (apply). From what I gather, though, isn&#39;t (apply) just a way to call a function with arguments that are stored in a list? It&#39;s not a syntax for variable assignment, so wouldn&#39;t do what my (!) and (square!) macros do. Is this correct? Or have I misunderstood what you&#39;re suggesting (this is quite likely)?<br>
</div></div>