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: Problem with CL defmacro


It did fix the problem. Thanks! 

I know that you are developing Kawa on your spare time and really
appreciate that you manage to respond so quickly! Especially since CL
support is not your top priority. I will keep on testing and hope
that it's OK that I continue to post CL issues on this list. 

A little background info: I am considering using Kawa to port some
lisp code. I may be able to pull it off using Scheme, but if just
some basic CL functions work properly it would probably be much
easier. I could then extend with the missing parts myself.

Regards,


Are


---- Original Message ----
From: per@bothner.com
To: are@meisfjord.com
Subject: Re: Problem with CL defmacro
Date: Wed, 11 Dec 2002 21:04:47 -0800

>Are Meisfjord wrote:
>> C:\>java kawa.repl --common-lisp
>> #|kawa:1|# (defmacro foo (bar) `(list ,bar))
>> <stdin>:1:2: Missing macro name for define-syntax
>
>I checked in the attached patch, which seems to fix
>the problem.
>-- 
>	--Per Bothner
>per@bothner.com   http://www.bothner.com/per/
>


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