Karsten Johansson

Results 4 issues of Karsten Johansson

Added an entry for invoking sbcl --script for .lisp files. You could also do .lsp but sbcl users tend to use the full .lisp extension.

(* 123456789 123456789) 15241578750190520 The answer should be 15241578750190521.

$ sampler sampler: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory $ ldconfig -p | grep asound libasound.so.2 (libc6) => /usr/lib/i386-linux-gnu/libasound.so.2 libasound.so...

duplicate

Should the following return NIL instead of bailing? ``` [57]> (latin1-char-p pi) *** - The value of Character should be of type Character. The value is: 3.1415926535897932385L0 The following restarts...