gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: [Maxima] Requesting input on some possible low-level cha


From: Wolfgang Jenkner
Subject: [Gcl-devel] Re: [Maxima] Requesting input on some possible low-level changes
Date: 07 Sep 2003 18:28:43 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

"Vadim V. Zhytnikov" <address@hidden> writes:

> define-compiler-macro [is] still missing in ANSI GCL.

It has actually two distinct symbols of that name (the more the
merrier :-)

>(lisp-implementation-version)
"GCL-2-5.2000000000000002"

>(find-symbol "DEFINE-COMPILER-MACRO" "CL")
DEFINE-COMPILER-MACRO
:EXTERNAL

>(find-symbol "DEFINE-COMPILER-MACRO" "SI")
SYSTEM:DEFINE-COMPILER-MACRO
:EXTERNAL

>(eq * **)
NIL

In any case I think that SI:DEFINE-COMPILER-MACRO is usable (I
actually used it in src/defopt.lisp), though I don't know if it has a
non-trivial implementation.

Wolfgang





reply via email to

[Prev in Thread] Current Thread [Next in Thread]