(when (find-package "SB-INTERPRETER") (setq sb-ext:*evaluator-mode* :interpret)) #+x86-64 (sb-ext:fold-identical-code :aggressive t :preserve-docstrings t) ;; See comments in 'readtable.lisp' (setf (readtable-base-char-preference *readtable*) :symbols) 深圳...
This is a list, that inside Slime has one entry (“/usr/bin/sbcl”), and when the script is executed from the command line has two entries (path to the SBCL interpreter and path to your script in addition to possible command line arguments to the scripts). So if *posix-argv* is ...
Steel Bank Common Lisp. Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactiv