Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Clojure macros: quoting, unquoting and evaluation

clojure macros quoting

What is standard way of defining global closures in scheme?

Is it possible to use scala macro to construct types?

scala parsing macros

Why is this macro used?

c macros

Concatenate C macro definition string to literal strings

How can I invoke a macro with all points in a catersian product of argument sets?

Forward-define a pragma for GCC

c macros

Which macro is more exact? __TIME__ or __TIMESTAMP__?

Behaviour of special variables under macro expansion

error: junk `bswapl eax movl %eax' after register

Why this macro define of goto will crash the program?

c++ c macros goto

c(a|d)+r macro in Racket

macros lisp racket cons

Is there a difference between use of _WINDOWS_ and _WIN32 / _WIN64 macros?

What's the difference between the noexcept keyword and _NOEXCEPT macro?

c++ c++11 macros noexcept

Why can Rust not use const as literals? [duplicate]

macros rust

Macro Name and Replacement-list are Same

c++ macros replace

Mapping a symbol-binding macro (in a fn) in Clojure

clojure macros

&optional parameter in lisp macros: Why does this variable behave like this?

macros lisp common-lisp

when use macro in c compound statement

c macros