Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How do I map a macro across a list in Scheme?

macros scheme

automatic registration of object creator function with a macro

c++ templates macros

How to make NSString macro?

How could my code tell a compile-time constant versus a variable?

Evaluating macro arguments in clojure

macros clojure land-of-lisp

Adding optional argument to macro

macros clojure

GNU Make: Using % in a pattern-rule macro

variables macros makefile

Is it possible to integrate Cake-Pattern and Macros?

Can the C++ preprocessor tell whether a token is a string?

c++ macros c-preprocessor

How to render a Jinja2 macro from a view callable?

How is the __func__ identifier a security risk?

c security macros

How do I define a macro with the same name as its expansion in m4?

recursion macros m4

clojure macro using gen-class doesn't create annotations

What does the # operator do in macros? [duplicate]

c macros

How to inspect GCC preprocessor defines at specific lines in source code

gcc macros c-preprocessor

PL/SQL Macro, like in C Programming

oracle plsql macros

How to pass an Array of Expr (expressions) to Haxe Macro?

Common Lisp Double-Backquote, Unquote, Quote, Unquote sequence?

macros lisp common-lisp

What's the int macro for stdin?

c macros stdin

multiple arity in defmacro of clojure

macros clojure