Re: REQUIRE has gone rogue
Ron Garret <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
Figured it out: ? (advisedp require) ((REQUIRE :BEFORE NIL)) > On May 21, 2022, at 8:37 AM, Ron Garret <[email protected]> wrote: > > WTF? > > Clozure Common Lisp Version 1.12.1 (v1.12.1-9-g14dd8939) DarwinX8664 > ? (defun require () 'foo) > REQUIRE > ? (advisedp 'require) > NIL > ? (trace load ccl::%load) > NIL > ? (require) > Loading NIL NIL > FOO >