[plt-scheme] Macro rule selection
> The minimalist (lazy?) person in me say you could use apply to simplify it
> ;).
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)?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090130/3c09ce81/attachment.html>