Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Expand macro inside string literal

c++ c++11 visual-c++ macros

Why do I need double layer of indirection for macros?

c++ visual-c++ macros

Is there a way to both check a macro is defined and it equals a certain value at the same time

In Clojure, when should we use a monad instead of a macro and vice-versa?

macros clojure monads

How and When to Use @async and @sync in Julia

How to repeat some action certain times on Vim?

macros vim repeat

Are empty macro arguments legal in C++11?

c++ macros c++11

How to run python macros in LibreOffice?

When did the idea of macros (user-defined code transformation) appear?

when to use JNIEXPORT and JNICALL in Android NDK?

Macro for making numbered lists in vim?

vim macros

Good examples of Clojure macros usage which demonstrate advantages of the language over the mainstream?

macros clojure

Matching function literals with quasiquotes in Scala

How to use Objective-C code with #define macros in Swift

ios objective-c macros swift

Can I comment multi-line macros?

c++ macros

Custom C++ assert macro

c++ macros assert

What is the best way to do loops in JavaScript

javascript jquery loops macros

Is it wrong to add preprocessor directives in a function-like macro?

c++ c macros

How to save a Vim macro that contains "Escape" key presses?

vim macros

Can I convert a string to enum without macros in Rust?

string parsing enums macros rust