A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/CLHS/Body/f_list_a.htm below:

CLHS: Function LIST-ALL-PACKAGES

CLHS: Function LIST-ALL-PACKAGES Function LIST-ALL-PACKAGES

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:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

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