This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to get cond-expand working?


Sven Hartrumpf wrote:

Hi again.

Reading the documentation I thought SRFI-0 is supported per default.
But the following seems odd to me:

kawa

#|kawa:1|# (load "kawabug6.scm") #|kawa:2|# (every? odd? '(1)) gnu.mapping.UnboundSymbol: Unbound symbol every?

The problem is that macros are expanded in two different contexts, and the implementation didn't support expanding as a <body>.

I've checked in a fix.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]