[Openmcl-devel] Format bug?

Waldek Hebisch hebisch at math.uni.wroc.pl
Thu Jan 5 10:42:58 PST 2012


$ scripts/ccl64
Welcome to Clozure Common Lisp Version 1.8-dev-r15159M-trunk  (LinuxX8664)!
? (setf *print-circle* t)
T
? (setf ll '(#1="PrimeField" #2="(" #1# #2# "x" ")" ")"))
(#1="PrimeField" #2="(" #1# #2# "x" ")" ")")
? (FORMAT nil "~{~A~}" ll)
"#1=PrimeField#2=(#1##2#x))"
? 

HypeSpec says that ~A should just use string "as is", so this
looks like a bug.

-- 
                              Waldek Hebisch
hebisch at math.uni.wroc.pl 



More information about the Openmcl-devel mailing list