Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Avoiding recompilation with quasiquotes

scala macros

Rust Macros: Repeat n times based on number of arguments without using the actual argument

rust macros repeat

Can Julia's macros access nested functions?

Invalid assignment error inside Julia macro

Side by side macro repetition with same separator

rust macros

Creating a record with macro

macros clojure record

Expansion of vector for swing operations

swing macros clojure lisp

Common lisp macro syntax keywords: what do I even call this?

Generating require-clauses with Racket macros

Are getchar() and putchar() functions or macros?

c macros getchar putchar

Any ways to speed macro preprocessing in gcc?

How do I write anaphoric macros in portable scheme?

macros scheme

how to avoid duplicate inclusion of a header file

Nim macro parameters

macros nim-lang

Backquote without parens

macros clojure common-lisp

Why do I need angle brackets in <$a> when implementing macro based on type?

rust macros

Disabling C++ code without macros

c++ macros aop

How can I use a macro value as a part of a function name in stable Rust? [duplicate]

macros rust

Macro method has 2 returns?

c++ macros c-preprocessor