macros
Common lisp macro syntax keywords: what do I even call this?
I\'ve looked through On Lisp, Practical Common Lisp and the SO archives in order to answer this on my own, but those attempts were frustrated by my inability to name the concept I\'m interested in.I w[详细]
2023-03-29 16:41 分类:问答Embed an macro to Excel 2007 xml
Anyone know if you can embed a macro in an xml file? I have an xml file that I create with a .net web application and it opens[详细]
2023-03-29 14:51 分类:问答How to transform this function into macro?
I have difficulties understanding the new macro system of Scheme. Somewhere along the path I began to write my \"macro\" as a function first, and then later apply it as a macro.[详细]
2023-03-29 05:36 分类:问答Macro definition conflict
I\'m running into this issue. This is not about macro functions, just simple string-value macro replacement.[详细]
2023-03-28 20:23 分类:问答Java and Macros project
Basically, for a project i\'m thinking of making a macro recording application, with a gui. It doesn\'t have to be brilliant, just basically functional. Are there macro api\'s for java? Ideally i\'d l[详细]
2023-03-28 12:28 分类:问答Portable UNUSED parameter macro used on function signature for C and C++
I\'m interested in creating a macro开发者_如何学编程 for eliminating the unused variable warning.[详细]
2023-03-28 11:46 分类:问答What would make C++ preprocessor macros an accepted development tool?
Apparently the preprocessor macros in C++ are justifiably feared and shunned by the C++ community. However, there are several cases where C++ macros are beneficial.[详细]
2023-03-28 11:42 分类:问答C++ macro without spaces
I need a macro to expand to a c++ comment, is that possible? I\'ve got this: #define SLASH(x,y) x y #define OUT SLASH(/,/)[详细]
2023-03-28 11:06 分类:问答How to include a wxObjArray correctly?
I define a wxObjArray in my TMainFrame.h as follows: #ifndef __TMainFrame__ #define __TMainFrame__ #include \"MyApp_gui.h\"[详细]
2023-03-28 05:51 分类:问答How do you compile macros in a Lisp compiler?
In a Lisp interpreter, there can easily be a branch in eval that can expand a macro, and in the process of expanding it, call functions to build up the expanded expression. I\'ve done this before usin[详细]
2023-03-28 03:16 分类:问答