Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

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

Macro to count number of arguments

c macros arguments variadic

How to import macros in Rust?

macros rust glium

Viewing compiler expanded code - C++

defining macro inside of struct definition

c macros structure