Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How can I create hygienic identifiers in code generated by procedural macros?

More information on `({});` in C?

c gcc macros

msvc's equivalent of gcc's __BASE_FILE__

c++ visual-c++ gcc macros

How can I cancel vim recording that has already started, so that it does not overwrite my previous recorded macro?

vim macros

Create a "forCount" control structure in Swift

Quote-unquote idiom in Julia & concatenating Expr objects

C11 _Generic usage

c generics macros default c11

What is the difference between "regular" and "reader" macros?

clojure macros

How can I pass multiple function overloads as a single argument?

c++ templates macros

How can I guarantee full macro expansion of a parameter before paste?

c++ macros c-preprocessor

Does adding f-exprs simplify the implementation of macros from fundamental expressions in LISP?

macros clojure lisp scheme

Can I rewrite a logging macro with stream operators to use a C++ template function?

c++ macros effective-c++

Using #define in C with no value

c macros

Clojure, can macros do something that couldn't be done with a function

Why can't I include the standard algorithm library after defining 'epsilon' in C++?

What is the point of using the linux macro access_ok()

How to detect Intel's compiler (ICC) with ifdef?

Using macros to implement a generic vector in C. Is this a good idea?

Visual Studio 2010 Macros broken after updating to windows 10

What are the differences between Boo vs Nemerle?