I'm writing a macro for function / macro composition (mixed combinations are possible). Inside of the macro I have to treat symbols which represent functions and those that name macros differently. It is because result function must work with any number of arguments (if 'lowest' function in composition can), and I cannot apply apply
to macros. My question: how to determine what a given symbol represents: function or macro?
相关问题
- I want to trace logs using a Macro multi parameter
- Generating powerset in one function, no explicit r
- Drakma and Dexador both fails at USocket call whil
- Solaris and Preprocessor Macros
- integer to word conversion in java using map conti
相关文章
- Macro expansion in elixir: how to define 2 macros
- How to import macros in Rust?
- Does learning one Lisp help in learning the other?
- Using C Preprocessing to get integer value of a st
- Using UNREFERENCED_PARAMETER macro
- Common Lisp: Why does my tail-recursive function c
- What is “3D syntax”?
- What is the definition of “natural recursion”?
Macro:
Function: