clisp 下:用 (describ ) 不过是英文的.
[2]> (describe 'format)
FORMAT is the symbol FORMAT, lies in #<PACKAGE COMMON-LISP>, is accessible in 11
packages CLOS, COMMON-LISP, COMMON-LISP-USER, EXPORTING, EXT, FFI, POSIX, READLINE,
REGEXP, SCREEN, SYSTEM, names a function, has 1 property SYSTEM::DOC.
ANSI-CL Documentation is at
"
http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/Body/fun_format.html"
CLISP Documentation is at
"
http://clisp.cons.org/impnotes/print-formatted.html"
For more information, evaluate (SYMBOL-PLIST 'FORMAT).
# is the package named COMMON-LISP. It has 2 nicknames LISP,
CL.
It imports the external symbols of 1 package CLOS and exports 978 symbols to 10
packages READLINE, REGEXP, POSIX, EXPORTING, FFI, SCREEN, CLOS, COMMON-LISP-USER,
EXT, SYSTEM.
# is a compiled function.
Argument list: (
#:ARG0 #
:ARG1 &REST SYSTEM::OTHER-ARGS)
For more information, evaluate (DISASSEMBLE #'FORMAT).
Documentation:
SYSTEM::IMPNOTES:
"print-formatted.html"
CLHS:
"Body/fun_format.html"
SYSTEM::FILE:
((SYSTEM::DEFUN/DEFMACRO
#P"/home/kbrown/src/cygclisp/clisp-2.49-1.i686/build/format.fas" 342 368))
[3]> (describe 'car)
CAR is the symbol CAR, lies in #, is accessible in 11 packages
CLOS, COMMON-LISP, COMMON-LISP-USER, EXPORTING, EXT, FFI, POSIX, READLINE, REGEXP,
SCREEN, SYSTEM, names a function, has 3 properties SYSTEM::INSTRUCTION,
SYSTEM::SETF-EXPANDER, SYSTEM::DOC.
ANSI-CL Documentation is at
"
http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/Body/acc_carcm_cdr_darcm_cddddr.html"
For more information, evaluate (SYMBOL-PLIST 'CAR).
#<PACKAGE COMMON-LISP> is the package named COMMON-LISP. It has 2 nicknames LISP,
CL.
It imports the external symbols of 1 package CLOS and exports 978 symbols to 10
packages READLINE, REGEXP, POSIX, EXPORTING, FFI, SCREEN, CLOS, COMMON-LISP-USER,
EXT, SYSTEM.
#<SYSTEM-FUNCTION CAR> is a built-in system function.
Argument list: (#:ARG0)
For more information, evaluate (DISASSEMBLE #'CAR).
Documentation:
CLHS:
"Body/acc_carcm_cdr_darcm_cddddr.html"
SYSTEM::FILE:
((DEFSETF #P"/home/kbrown/src/cygclisp/clisp-2.49-1.i686/build/places.fas" 523 523))
[4]>