|
Approximating non-standard evaluation like in R, e.g. for plot labels
|
|
15
|
1493
|
August 10, 2022
|
|
Let-in macro
|
|
6
|
516
|
August 8, 2022
|
|
Metaprogramming: Obtain actual type from Symbol for field inheritance
|
|
15
|
1013
|
July 29, 2022
|
|
Macro names
|
|
1
|
336
|
July 18, 2022
|
|
Help with defining macros
|
|
4
|
304
|
July 14, 2022
|
|
Calling macro from within generated function in Julia
|
|
0
|
311
|
July 1, 2022
|
|
Understand Macro interconnections in OpenCL.jl package
|
|
0
|
220
|
June 30, 2022
|
|
How to write a simple macro
|
|
19
|
1244
|
June 29, 2022
|
|
Can macros also be precompiled?
|
|
4
|
369
|
June 19, 2022
|
|
Why is the expression `@foo.x` parsed as `macrocall . foo @x` and not `macrocall @foo .x`?
|
|
4
|
705
|
June 19, 2022
|
|
Is there a trick to input an `Expr` into a macro?
|
|
7
|
861
|
June 8, 2022
|
|
Parse constant from enviroment - macro parameter string interpolation
|
|
3
|
349
|
May 16, 2022
|
|
Trying to write a macro that will cause a function to be traced
|
|
5
|
571
|
May 15, 2022
|
|
Macro hygiene for macro m(ex...)
|
|
5
|
387
|
May 11, 2022
|
|
How to reference argument of expression
|
|
19
|
1578
|
May 10, 2022
|
|
How do I use an @sync inside a macro
|
|
0
|
298
|
April 26, 2022
|
|
Tracing Functions: Problem printing parameter values
|
|
0
|
355
|
April 25, 2022
|
|
How to define a macro that evaluates in local scope
|
|
2
|
377
|
April 7, 2022
|
|
Macro, loops and variables
|
|
4
|
1354
|
March 29, 2022
|
|
Using splat inside macro
|
|
3
|
798
|
March 14, 2022
|
|
How `JuMP.@expression` will work ? / Multiple macros
|
|
3
|
609
|
March 9, 2022
|
|
What are uses/significance of "@" and "!" in Julia
|
|
2
|
465
|
March 7, 2022
|
|
Invoking a macro within the invocation of another macro
|
|
0
|
344
|
March 2, 2022
|
|
Interpolate variable value inside macro call
|
|
5
|
545
|
February 19, 2022
|
|
Trying to write a macro for simple debugging
|
|
3
|
811
|
February 7, 2022
|
|
Macro: escaping, evaluation, scope etc,
|
|
6
|
835
|
February 6, 2022
|
|
Evaluating @view macro before @tturbo
|
|
1
|
399
|
January 27, 2022
|
|
How to output a local import from a macro
|
|
1
|
394
|
January 27, 2022
|
|
A macro to unroll by hand but not by hand?
|
|
24
|
2966
|
January 19, 2022
|
|
How to emit :macro_param in quote in macro?
|
|
1
|
380
|
January 19, 2022
|