Re: [cmucl-help] Re: When slots :type are used
"Nikodemus Siivola" <[email protected]>
| Newsgroups | gmane.lisp.cmucl.devel,gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 13, 2009 at 10:47 AM, Didier Verna <[email protected]> wrote: > Well, SBCL at least does, with (speed 0) and (safety 3). FWIW, the logic used by SBCL is that of safe code: runtime checks are guaranteed when both the class definition and the slot access are in SAFETY 3 code. Other policy settings don't play a role. Cheers, -- Nikodemus