Next Prev Up Top Contents Index

default-library

Function
Summary

Returns the default library.

Signature

default-library => library

Values

library

A library name.

Description

The function default-library returns a keyword naming the the default library.

On Unix/Linux platforms, currently the only library available is :motif , hence this is the default library.

On MS Windows platforms, currently the only library available is :win32 , hence this is the default library.

On MacOS platforms, currently the only library available is :cocoa , hence this is the default library.

See also

installed-libraries


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index