Karsten Poeck
Karsten Poeck
don't mind, will do
@phoe, did that in https://github.com/Clozure/ccl-tests/pull/5
Still happening to me on macosx, latest everything
I closed the clasp issue since as you said it belongs to sicl, so lets try again here
on OSX (Mojave), newest sbcl - Had to `brew install mpg123` - Had to disable `:mixalot-vorbis :mixalot-flac` - Had to uncomment usage of vorbis and flac in audio.lisp and library.lisp...
probably simply `brew install flac` missing
See https://github.com/clasp-developers/clasp/wiki/Relative-Compile-Performance-of-clasp In summary: * compile time performance of clasp is much worse that ccl (factor 20) * compile time performance is getting a lot better (used to be way...
Code generation is totally different from ECL. The expectation is that generated code is quicker than ecl. If you look at the table I mentioned in the wiki (clasp is...
For `min-vrtype` only see the following definitions, so the error is sort of logical: ```lisp (defgeneric min-vrtype (vrt1 vrt2)) (defmethod min-vrtype (vrt1 vrt2) (if (eql vrt1 vrt2) vrt1 (error "BUG:...
If I defined `rate-bytes` as `(rate-bytes (multiple-value-bind (a b) (truncate (random 64) 8) (declare (ignore b)) a))` all works, so perhaps the same as #1258