<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'm just playing around with various features. I've been doing this for a couple weeks with SICP, haven't got to (apply). From what I gather, though, isn't (apply) just a way to call a function with arguments that are stored in a list? It's not a syntax for variable assignment, so wouldn't do what my (!) and (square!) macros do. Is this correct? Or have I misunderstood what you're suggesting (this is quite likely)?<br>
</div></div>