Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Similarities and differences between Scala macros and C++ templates [closed]

c++ templates scala macros

Why is -lm not necessary in some cases when compiling and linking C code?

Save variable name as string in Julia

string macros julia

Assign keyboard shortcut to Visual Studio 2010 custom macro

visual-studio macros

Is there a apply-function-to-region-lines in emacs?

function emacs macros elisp

What's the exact step of macro expanding?

c macros

Why does (void)0 stop "statement has no effect" warnings?

c macros