This is the mail archive of the kawa@sourceware.org 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: CL macro problems


Boris Mizhen - 迷阵 wrote:
> So the short answer to my question is don't use defmacro :)
> http://sourceware.org/ml/kawa/2006-q4/msg00020.html

Don't use defmacro in Scheme.

For Common Lisp, defmacro is standard, so saying "don't
use defmacro" would be inappropriate.  However, the Kawa
implementation of Common Lisp does not claim to be
correct or even usable.  I have a "master plan" for
improving the Common Lisp implementation, but I don't
have time to work on it.  I think "Common Lisp the
Language 1st edition" support could be implemented in
a few months of intense hacking; full standard
Common Lisp would take more time.

I'm certainly happy to advise/help anyone who want to
work on this project.
-- 
	--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]