[armedbear-devel] ASDF: Cannot handle the special form EXTENSIONS:TRULY-THE
Uchida Yasuo
kg6y_ucd at yahoo.co.jp
Sat Mar 23 16:32:58 UTC 2013
Hi,
What is the current status of this problem?
(I think the ticket #230 might be relevant to this problem.)
My current workaround is to make truly-the a macro.
CL-USER> (defmacro truly-the (type value)
`(the ,type ,value))
TRULY-THE
CL-USER> (ql:quickload 'screamer)
To load "screamer":
Load 1 ASDF system:
screamer
; Loading "screamer"
[package screamer]................................
[package screamer-user].............
(SCREAMER)
CL-USER> (lisp-implementation-type)
"Armed Bear Common Lisp"
CL-USER> (lisp-implementation-version)
"1.0.1-svn-13750-13751"
CL-USER>
Thanks.
--
Yasuo Uchida
More information about the armedbear-devel
mailing list