Tim Bradshaw
Tim Bradshaw
If you load a file in SBCL (or any conforming CL) containing the following text ``` (in-package "CL-USER") (defpackage "PROBLEM" (:use "CL") (:export #:first)) ;or "FIRST" (in-package "PROBLEM") (shadow 'first)...
I think things are a bit more complicated than this. LOOPS (from distant memory, but the manual seems to agree with this) was message-based as an object-oriented system and thus...
There's a paper linked from here which talks about the state of CommonLoops in 1986 (this is three years before I knew about PCL) which is recognisably CLOSoid in a...