COMPILER-MACRO-FUNCTION(3cl) |
Common Lisp Reference |
COMPILER-MACRO-FUNCTION(3cl) |
NAME
compiler-macro-function – access compiler macro function in the environment (accessor)
SYNOPSIS
|
ARGUMENTS and VALUES
—a function name.
—an environment object.
nil. , —compiler macro function, or
DESCRIPTION
Accesses the compiler macro function named , if any, in the environment.
A value of nil denotes the absence of a compiler macro function named .
AFFECTED BY
(none)
EXCEPTIONAL SITUATIONS
The consequences are undefined if nil in a use of setf of compiler-macro-function. is non-
NOTES
(none)
EXAMPLES
(none)
SEE ALSO
define-compiler-macro(3cl)
AUTHOR and COPYRIGHT
Substantial portions of this page are taken from draft proposed American National Standard for Information Systems—Programming Language—Common Lisp, X3J13/94-101R, Version 15.17R, Fri 12-Aug-1994 6:35pm EDT; no copyright indicated.
Additional clarification and comments by Michael Marking <marking@tatanka.com>, http://www.tatanka.com/software/cl-manpages/; alternatively, https://github.com/wakinyantanka/cl-manpages/. Copyright 2017 Michael Marking as both an original and a derivative work.
Licensed under Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0).
This page last revised Sunday 26 February 2017.