Problem with a defmacro declaration
From: Asuka (asukahot_at_hotmail.com)
Date: 02/23/05
- Next message: Robert Marlow: "Re: Problem with a defmacro declaration"
- Previous message: Kelly Hall: "Re: Interview with Alan Kay"
- Next in thread: Robert Marlow: "Re: Problem with a defmacro declaration"
- Reply: Robert Marlow: "Re: Problem with a defmacro declaration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Feb 2005 02:56:10 +0100
Hi, I want to define a macro that can afford infinite arguments in in its
declaration in the way
(myMacro 1 2 3 4)
(myMacro 1 2 3 4 5)
I mean, in one macro declaration, i want to be able to work with n
arguments.
Can anybody help me?
Thanx
- Next message: Robert Marlow: "Re: Problem with a defmacro declaration"
- Previous message: Kelly Hall: "Re: Interview with Alan Kay"
- Next in thread: Robert Marlow: "Re: Problem with a defmacro declaration"
- Reply: Robert Marlow: "Re: Problem with a defmacro declaration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]