Function machine-type

Syntax:

machine-type ⟨no arguments β†’ description

Arguments and Values:

descriptionβ€”a string or nil.

Description:

25.4.2 4Returns a string that identifies the generic name of the computer hardware on which Common Lisp is running.

Examples:

 (machine-type)
β†’ "DEC PDP-10"
OR→ "Symbolics LM-2"

Side Effects:

None.

Affected By:

The machine type. The implementation.

Exceptional Situations:

None.

See Also:

machine-version

Notes:

None.