Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How do I refer to enclosing "this" in a Scala macro?

Ant if:true. Setting property to true won't cause the task to executed

ant macros

How do you write an MIT Scheme macro to return a lambda form?

macros lisp scheme sicp

How to avoid anaphoric macro in Clojure?

macros clojure

What does sizeof(int[1]) mean?

c macros linux-kernel sizeof

Difference between `(&rest xs)` and `xs` in defmacro formal argument list

Is there a way to force C preprocessor to evaluate macro arguments before the macro

c macros

How do I generalize a Rust macro over different types of functions?

macros rust

How is the defun macro implemented in lisp?

macros lisp common-lisp clisp

Macro expansion in elixir: how to define 2 macros with one using the other?

macros elixir

C Preprocessor Macro equivalent for Python

python macros preprocessor

C++ or macro magic to generate method and forward arguments

c++ c++11 macros

Can I see defined macros during compilation of a C code?

c gcc macros c-preprocessor

Scala Macros: "cannot create TypeTag from a type T having unresolved type parameters"

scala macros

Splitting arguments in C++ preprocessor

c++ macros c-preprocessor

Splicing a passed function body into a macro-rewritten expression

How to suppress "macro redefined" warning in Objective-C

typed vs untyped vs expr vs stmt in templates and macros

templates macros nim-lang

How to check __builtin_ function is available on gcc

c gcc macros built-in

What does this macro define?

c macros