-
The maxima spkg in sage-4.7.1 fails to build almost instantly with:
```
...
;;; Emitting code for UNARY.
Internal or unrecoverable error in:
not a lisp data object
[2: No such file or directory]…
-
Welcome to Clozure Common Lisp Version 1.7-store-r15140 (DarwinX8664)!
? (ql:quickload 'cl-redis)
To load "cl-redis":
Load 1 ASDF system:
cl-redis
; Loading "cl-redis"
.........
> Error: Can't…
-
CLHS では undefined なので、エラー投げてもいいし投げなくてもいい。
> ### Exceptional Situations:
>
> ...(snip)...
> The consequences are undefined if the `type-specifier` is not a type specifier.
> [CLHS: Function TYPEP](ht…
-
I'm not sure if it's a quicklisp or a cl-bibtex issue, but (ql:quickload "bibtex") seems to fail on Clozure CL (1.6-r14468M (LinuxX8632))
System "port" not found
[Condition of type QUICKLISP-CLIE…
-
```
; loading system definition from /Users/jonathana/quicklisp/dists/quicklisp/software/cl-unification-20101006-cvs/cl-unification.asd into #
; registering # as CL-UNIFICATION
; loading system defini…
-
```
; Loading system definition from lisp-systems:CLZ-IDE;CLZ-IDE;CLZ-IDE.ASD.newest into #
; Registering # as CLZ-IDE
Welcome to Clozure Common Lisp Version 1.7-dev-r14639M-trunk (DarwinX8664)!
? (a…
desoi updated
13 years ago
-
Please add ip-interfaces, a port of Clozure CL's %get-ip-interfaces to CFFI.
Project: http://common-lisp.net/project/ip-interfaces/
Downloads: http://common-lisp.net/project/ip-interfaces/releases/
-
グローバルに `defsetf` の short-form で定義された setf-expander がある accessor を `macrolet` で shadow してもその accessor の式への setf がローカルマクロを無視する。
```
;; グローバルに `data` を accessor として定義
(defvar *data-table* (make-hash-tab…
-
I've had a tough time finding a Common Lisp with CFFI and thread support. "sudo apt-get install sbcl" crashes on Xen. :(
-
Welcome to Clozure Common Lisp Version 1.4-RC1-r13042M (LinuxX8632)!
? _features_
(:LITTLE-ENDIAN :ASDF :PRIMARY-CLASSES :COMMON-LISP :OPENMCL :CCL :CCL-1.2 :CCL-1.3 :CCL-1.4 :CLOZURE :CLOZURE-COMMON…
ska80 updated
15 years ago