Inconsistent results in SBCL
Consider the following Common Lisp code.
Inconsistent results in SBCL
Consider the following Common Lisp code.
Inconsistent results in SBCL
Consider the following Common Lisp code.
How do I help SBCL find libcrypto (and some other libraries)?
I have just upgraded to SBCL 1.4.3, and I’m having trouble loading foreign libraries while loading my package with Quicklisp. Everything worked before the upgrade.
Unbound Variable in Lisp Macro using loop-for-collect
I am a beginner lisp programmer, and I’m following the Practical Common Lisp book, specifically chapter 9.