CL Enumerations: Package COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS
 

Package COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS

Nicknames:

ENUM, enum, CL.EXTENSIONS.ENUMERATIONS, CL.EXT.ENUMERATIONS

Uses:

COMMON-LISP

Description:

This package contains all the definitions necessary for the ENUMERATIONS package to work.

Affected By:

None.

Exceptional Situations:

None.

See Also:

None.

Notes:

  • The package name is long because it indicates how to position the library functionality within the breakdown in chapters of the ANSI specification.
  • The lower-case "enum" package name is provided in order to appease ACL Modern mode.
  • The actual package name is "ORG.NTUNIOTT.COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS". The "name" "COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS" is actually a nickname. You can re-implement the whole package with similar interfaces and using the same nickname but different package name. That way most CL implementations will complain is they see two different implementations of "COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS" in their running image.
 

News

News in chronological order, most recent on top.

  • 2005-03-04
    Completed description.