Open auvi opened 6 years ago
I have noticed that weird things happen like this:
sbcl --noinform \
--eval "(ql:quickload 'cl-cpus)" \
--eval "(format t \"~S~%\" (cl-cpus::get-number-of-processors))" \
--eval "(format t \"~S~%\" (cl-cpus::get-number-of-processors))"
To load "cl-cpus":
Load 1 ASDF system:
cl-cpus
; Loading "cl-cpus"
.
8
8
* (cpus:get-number-of-processors)
0
* (cpus:get-number-of-processors)
0
*
implement | REPL in Command Line | in normal code |
---|---|---|
SBCL | x | ✓ |
ECL | x | x |
CCL | ✓ | ✓ |
Currently on macOS:
I have sent PR #3 . With the fix it works in my mac.