Next: , Previous: lisp-implementation-type; lisp-implementation-version, Up: Environment


short-site-name, long-site-name (Function)

Syntax:
— Function: short-site-name <no arguments> description
— Function: long-site-name <no arguments> description
Arguments and Values:

description—a string or nil.

Description:

short-site-name and long-site-name return a string that identifies the physical location of the computer hardware, or nil if no appropriate description can be produced.

Examples:
 (short-site-name)
 "MIT AI Lab"
or "CMU-CSD"
 (long-site-name)
 "MIT Artificial Intelligence Laboratory"
or "CMU Computer Science Department"
Affected By:

The implementation, the location of the computer hardware, and the installation/configuration process.