Creates and returns a new instance of a class.
Signaturemake-instance class &rest initargs &key &allow-other-keys => instance
ArgumentsA class, or a symbol that names a class.
An initialization argument list.
ValuesA fresh instance of class class.
NotesIn a delivered image, make-instance
does not check the initialization arguments.
In LispWorks 4.2 and previous versions, make-instance
does not check the initargs. If your code contains invalid initargs, you could use one of the techniques mentioned above to resolve it.
LispWorks User Guide and Reference Manual - 20 Sep 2017
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