ROOM
The function ROOM
returns five values:
INTERNAL-TIME-UNITS-PER-SECOND
)
spent collecting garbageThis function starts a global garbage-collection and returns the same values
as ROOM
.
When the optional parameter is non-NIL
also invalidates
just-in-time compiled objects.
SHORT-SITE-NAME
, LONG-SITE-NAME
should be defined in a site-specific config.lisp
file.
The default implementations try to read the value of the environment variable
ORGANIZATION
, and, failing that,
call uname
.
SHORT-SITE-NAME
, LONG-SITE-NAME
should be defined in a site-specific config.lisp
file.
The default implementations try to read the registry.
MACHINE-TYPE
, MACHINE-VERSION
,
MACHINE-INSTANCE
and SHORT-SITE-NAME
, LONG-SITE-NAME
should be
defined by every user in his user-specific config.lisp
file.
LISP-IMPLEMENTATION-VERSION
LISP-IMPLEMENTATION-VERSION
returns
the numeric version (like 3.14
), and
the release date (like "1999-07-21"
).
When running on the same machine on which CLISP was built, it appends
the binary build and memory image dump date in universal time
(like 3141592654
).
When running on a different machine, it appends the MACHINE-INSTANCE
of the machine on which it was built.
EXT:ARGV
This function will return a fresh SIMPLE-VECTOR
of
STRING
command line arguments passed to the runtime, including
those already processed by CLISP.
Use EXT:*ARGS*
instead of this function to get the arguments for your program.
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |