Switches initarg checking on or off in make-instance
, reinitialize-instance
, change-class
and so on.
The function set-clos-initarg-checking
provides control over whether CLOS checks initialization arguments. Initializations affected include:
reinitialize-instance
change-class
call-next-method
to update-instance-for-redefined-class
with extra keywords.Calling set-clos-initarg-checking
with a true value of on causes the above initializations to check their initargs. This is the initial state of LispWorks.
Initarg checking is switched off globally and dynamically by
(set-clos-initarg-checking nil)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4