>>>>> "Valery" == Valery Pipin writes:
Valery> The same for me. Also, I could not compile for sbcl (i've tried versions
Valery> 14 &
Valery> 20). It compains about
Valery> "The value "$$" is not of type (SIMPLE-BASE-STRING 2) ...."
Valery> The error is rooted at "xerprn.lisp" in
Valery> (let* ( (newline "$$"))
Oops. This is a known bug in the code converted by f2cl. It assumes
all strings consist of base-chars but in sbcl with unicode, that's not
true.
Someone needs to change the string declarations appropriately. :-)
Ray