ch2_3_pack_sym
This is an old revision of the document!
Package and symbol operations
Functions that deal with symbols alone or in the context of packages.
SYMBOL-VALUE
and SYMBOL-FUNCTION
Return the symbol's value resp. function object bound in global context. Both accept one argument that must be symbol.
>(symbol-value 'pi) ; PI is global variable 3.14159 >(symbol-function 'cons) #<function CONS>
SYMBOL-NAME
FIND-SYMBOL
MAKE-SYMBOL
INTERN
SYMBOL-PACKAGE
PACKAGE-NAME
FIND-PACKAGE, MAKE-PACKAGE, IN-PACKAGE, LIST-ALL-PACKAGES, USE-PACKAGE, UNUSE-PACKAGE
IMPORT, EXPORT, UNINTERN, UNEXPORT
PACKAGE-USE-LIST. PACKAGE-USED-BY-LIST, PACKAGE-INTERNAL-SYMBOLS, PACKAGE-EXTERNAL-SYMBOLS,
ch2_3_pack_sym.1619077067.txt.gz · Last modified: 2021/04/22 01:37 by admin