CK-DE

Results 3 issues of CK-DE

I tested with: `Clozure Common Lisp Version 1.12 (v1.12) WindowsX8664` and the following program and test cases: ``` (defvar *test-cases* ;;(( ) ) '((("~13,2,9,'?,'_@F" 1) "?????????????") (("~13,2,9,'F,'_@F" 1) "FFFFFFFFFFFFF") (("~13,2,9,'Q,'_@F"...

I tested with: `Clozure Common Lisp Version 1.12 (v1.12) WindowsX8664` I am located in time zone MEST, which is one hour east of GMT, i.e. -1 in Common Lisp terms,...

str.lisp doesn't compile with LispWorks 7.1 since there is no character called #\No-Break_Space. In LispWorks it is called #\No-Break-Space, i.e. a dash instead of an underline is used. May I...

duplicate