Syntax:
list-all-packages <no arguments> => packages
Arguments and Values:
packages---a list of package objects.
Description:
list-all-packages returns a fresh list of all registered packages.
Examples:
(let ((before (list-all-packages))) (make-package 'temp) (set-difference (list-all-packages) before)) => (#<PACKAGE "TEMP">)
Side Effects: None.
Affected By:
defpackage, delete-package, make-package
Exceptional Situations: None.
See Also: None.
Notes: None.
The following X3J13 cleanup issues, not part of the specification, apply to this section: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