[email protected] wrote on 03/30/2016 05:11 PM:
I still need to explicitly pass all the arguments to mysyn such as: (mysyn 1 2 3). Is there a way to pass a list l by its name and not its values. For instance, If l is '(1 2 3) I want to be able to call the macro as (mysyn l) and not (mysyn 1 2 3). Is this possible?
What do you *ultimately* want to do? Can you give a example or more concrete description of that?
(I'm not sure that syntax extension is the way. So this toy example might be confusing things.)
Neil V. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

