Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Recording mouse click events for GUI testing. What is more reliable than pixel coordinates?

c++ qt macros mouse gui-testing

Does Clojure's single-namespace approach constrains you in any way when programming macros?

macros clojure common-lisp

Extensible macro definitions

inheritance macros scheme r5rs

Elixir: use macro in the body of same module that defined it

EXTENDS challenge: preprocessor function macros and class-like oop

Triggering AutoKey Script via Mouse Button - How To?

linux macros autokey

Expansion of function-like macro creates a separate token

c macros c99

Macro call vs macro definition environment in Julia

macros julia hygiene

How can I group optional attributes captured with syntax-parse?

macros scheme racket

Appending 0s to an incomplete macro parameter list

c macros c-preprocessor

Trouble with clojure quote-paren `( ... ) macro

# and ## order of expansion

c macros c-preprocessor

Macro capturing Self in block

Use output of macro as parameter for another macro

macros rust

How to use a macro which is defined by another macro in the same crate?

macros rust

What am I missing with the ## operator

Create or extend a companion object, using a macro annotation on the class

GCC macro expansion to call another macro

c gcc macros

Finding implicit method definitions in macro context

scala macros scala-macros

macro_rules! macro takes string literal "...", expands to both "..." and b"..."

macros rust