Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Can I write this macro without using eval?

clojure macros lisp eval

Neater way of prying a DECLARE from a &body

macros lisp common-lisp

How can I create a `with-eval-after-load-all` in Emacs Lisp?

macros elisp

Purging Preprocessing Macros

How can I intercept and correct keypresses at a low level?

macros autocorrect

Is it possible to use an argument multiple times in a Rust macros with a single instansiation?

macros rust

C++ macro and default arguments in function

Can the parameter names in a C macro have side effects from previous definitions?

c macros

In Clojure, is there an idiomatic way of destructuring a map in a macro definition?

Is WSA compiler in Boo safe to use?

.net macros dsl boo

C++ nested namespaces with a macro

c++ macros c-preprocessor

Preprocessor Stringizing Operator with String Literal Prefixes

Let a macro count its invocations

c macros c-preprocessor

C++ template dispatch with enum variables

Using C++ macros to construct a method name to call

c++ macros metaprogramming

Ignored Semicolon C Syntax

c syntax macros

How memory is allocated to macros in c?

c macros c-preprocessor

Apply a Vim macro to multiple lines

json vim macros

Macro directives in C — my code example doesn't work

c macros c-preprocessor