[gambit-list] How to have define-macro expand to multiple

Ben Weaver ben at orangesoda.net
Sun Sep 13 11:42:53 EDT 2009


Hi Isaac,

On Sun, Sep 13, 2009 at 11:24 AM, Isaac Freeman <memotype at gmail.com> wrote:

> Specifically I'm looking to expand a macro to
> multiple, distinct, top-level (define)'s.

Try expanding into a BEGIN:

(begin
  (define ...)
  (define ...)
  ...)

Good luck!

-Ben



More information about the Gambit-list mailing list