How to write a macro to export all instances of an enum type
|
|
2
|
874
|
September 22, 2022
|
Namedtuple destructuring in macro fails roughly due to macro hygiene (since gensym goes eagerly)
|
|
2
|
336
|
September 8, 2022
|
Assert type instability
|
|
5
|
468
|
August 16, 2022
|
Is it possible to define a macro in one line (one-liner macros)?
|
|
8
|
833
|
August 12, 2022
|
Call macro inside a macro with external variables escaped
|
|
3
|
339
|
August 12, 2022
|
Approximating non-standard evaluation like in R, e.g. for plot labels
|
|
15
|
1337
|
August 10, 2022
|
Let-in macro
|
|
6
|
467
|
August 8, 2022
|
Trying to write a macro that will cause a function to be traced
|
|
5
|
524
|
May 15, 2022
|
Trying to write a macro for simple debugging
|
|
3
|
734
|
February 7, 2022
|
How to output a local import from a macro
|
|
1
|
358
|
January 27, 2022
|
Is there any way to produce a Type by cat strings together?
|
|
2
|
382
|
January 3, 2022
|
Defining a macro in a local scope?
|
|
8
|
1485
|
December 16, 2021
|
How to call an imported (predefined) macro as a function on expressions?
|
|
6
|
655
|
September 12, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
875
|
June 26, 2021
|
Macro for unpack and copy
|
|
3
|
922
|
June 23, 2021
|
A macro for automatic output generation
|
|
9
|
453
|
June 16, 2021
|
Creating an Accounting Program in Julia, for Pluto
|
|
75
|
3123
|
June 8, 2021
|
Macro: is it possible to receive an evaluated argument?
|
|
8
|
752
|
March 9, 2021
|
Macro: is it possible to receive a function and manipulate its arguments?
|
|
2
|
808
|
March 9, 2021
|
Call @show in logging macro
|
|
5
|
576
|
February 17, 2021
|
Unexpected Tullio behavior
|
|
6
|
572
|
October 31, 2020
|
Using @sprintf inside a macro
|
|
31
|
2448
|
August 27, 2020
|
Convert input function variable name to string
|
|
1
|
1487
|
June 18, 2019
|