Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

`amb` operator as macro or procedure?

Unwanted C Preprocessor Macro Expansion

c++ macros c-preprocessor

Clojure macro that will conserve associative map order

Doskey macro with spaces in passed variable?

variables macros spaces

Why does type equality fail, but type conformance succeed in this macro?

scala macros scala-macros

What does $?VAR mean in csh?

shell macros csh

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp

How do I parse a string at compile time in Nimrod?

Preprocessor counter macro

C preprocessor macro arguments with space at the end for concatenating?

getc() as macro and C standard library function definition, coherent?

reducing syntax "noise" without using a macro

c++ templates macros

How can I get the name of procedure in Nim?

macros nim-lang

What is difference between datum->syntax and syntax #' in define-syntax body?

macros racket hygiene

How can I include the contents of a file as an argument to a macro?

macros rust

Should a macro used in #if be defined?

c++ c macros

Do without USES_CONVERSION macro

c++ macros atl

How to create a DSL in Elisp

emacs macros elisp

C++ macro/metaprogram to determine number of members at compile time

c++ macros metaprogramming

Is this macro statement legal C++ or something else? And if it is legal how does it work