Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

set! global from Scheme macro?

macros lisp scheme racket

#define SOMETHING of type int16_t

c macros

Evaluating arguments in Clojure macro

macros clojure

How to define a function macro to check key between multiple localized string files?

string concatenation with macro [duplicate]

c macros

async in scala : macro has not been expanded

scala asynchronous macros

C++ construct that behaves like the __COUNTER__ macro [duplicate]

how to define macro function returns void or else in C++

c++ macros

Julia: How do I create a macro that returns its argument?

macros julia

Does clojure have identifier macros?

clojure macros

Building an enum inside a macro

macros rust

Passing a list to a macro correctly in Common Lisp

macros common-lisp

How can I define a macro that tests if a given character is a vowel?

c macros

comma (,) in C Macro Definition

c syntax macros c-preprocessor

strange C macro syntax (#var)

c syntax macros

When exporting Word review comments, how do you reference the sentence related to a comment?

macros vbscript ms-word

Mutable versions of cadr, caddr, etc

macros scheme racket

How to assign multiple constants within one macro call

macros lisp common-lisp

Can GLSL macro expansion do this?

How to pass arguments to a variadic macro?