When I attempt to use mondo with CCL, via roswell, I get the following error:
$ ros use ccl-bin/1.12.1
$ mondo
> Error: The value (:INTERNAL CFFI-CALLBACKS::|#::TEMP48368| CL-READLINE:BIND-KEYSEQ) is not of the expected type (AND SYMBOL (NOT (SATISFIES CONSTANTP))).
> While executing: CCL::DEFINE-CALLBACK-FUNCTION, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip evaluation of (ros:run '((:eval"(ros:quicklisp)")(:script "/Users/me/.roswell/setup/bin/mondo")(:quit ())))
> Type :? for other options.
1 > > Error: There is no package named "MONDO/CLI" .
> While executing: CCL::%PARSE-TOKEN, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry finding package with name "MONDO/CLI".
> Type :? for other options.
1 > Q
Clozure Common Lisp Version 1.12.1 (v1.12.1) DarwinX8664
For more information about CCL, please see http://ccl.clozure.com.
CCL is free software. It is distributed under the terms of the Apache
Licence, Version 2.0.
? (ccl:quit)
But if I used SBCL, everything seems to work fine:
$ ros use sbcl/2.2.7
$ mondo
SBCL 2.2.7 running at 127.0.0.1:50005 (pid=52541)
CL-USER>
Bye.
Am I doing anything amiss?
When I attempt to use
mondowith CCL, viaroswell, I get the following error:But if I used SBCL, everything seems to work fine:
Am I doing anything amiss?