Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How can I print a variable name and its value without typing the name twice?

macros metaprogramming d

C++ macro - capitalize string

c++ macros

Perforce Checkout Macro for XCode4 [duplicate]

xcode macros perforce

Objective-C: Function-Like Macro Vs. Method

`amb` operator as macro or procedure?

Unwanted C Preprocessor Macro Expansion

c++ macros c-preprocessor

Clojure macro that will conserve associative map order

Doskey macro with spaces in passed variable?

variables macros spaces

Why does type equality fail, but type conformance succeed in this macro?

scala macros scala-macros

What does $?VAR mean in csh?

shell macros csh

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp

How do I parse a string at compile time in Nimrod?

Preprocessor counter macro

C preprocessor macro arguments with space at the end for concatenating?

getc() as macro and C standard library function definition, coherent?

reducing syntax "noise" without using a macro

c++ templates macros

How can I get the name of procedure in Nim?

macros nim-lang

What is difference between datum->syntax and syntax #' in define-syntax body?

macros racket hygiene

How can I include the contents of a file as an argument to a macro?

macros rust

Should a macro used in #if be defined?

c++ c macros