Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

C Macro - Dynamic #include

Variadic UNUSED function/macro

c macros c-preprocessor

Why can I not access a variable declared in a macro unless I pass in the name of the variable?

macros rust rust-macros

Check if a macro argument is a pointer or not

Recommended macros to add functionality to Clojure's defrecord constructor?

Can Racket macros take keyword arguments?

Should macros have side effects?

macros racket side-effects

How do I write a wrapper for a macro without repeating the rules?

macros rust

Use of # in a macro [duplicate]

Should I use a function or a macro to validate arguments in Clojure?

validation macros clojure

Is it possible for a macro to turn an identifier lowercase? [duplicate]

macros rust

C/C++ macro to repeat code

What does #define _POSIX_SOURCE mean?

c macros posix

C++ type registration at compile time trick

c++ templates macros

Error when defining a stringising macro with __VA_ARGS__

Linux Kernel's __is_constexpr Macro

Introspect argument passed to a Scala macro

scala macros scala-macros

Is there an easy way to see what an Elixir macro expands to?

macros elixir

Renaming lambda in Common Lisp

macros lambda common-lisp

How might I write a "defn" macro in Clojure?

macros clojure