|
Dynamically defining a struct with default values
|
|
3
|
608
|
November 28, 2023
|
|
How to generate a customized `for` loop code?
|
|
6
|
683
|
November 23, 2023
|
|
Nested macro interpolation
|
|
0
|
176
|
November 21, 2023
|
|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
465
|
November 15, 2023
|
|
Modifying Julia code using macros to substitute variables
|
|
5
|
588
|
November 8, 2023
|
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2705
|
October 19, 2023
|
|
Workflow with redefining structs
|
|
0
|
471
|
August 19, 2023
|
|
How to use `@generated` to eliminate a for loop?
|
|
4
|
670
|
September 16, 2023
|
|
How would macros make this code clearer?
|
|
2
|
491
|
September 10, 2023
|
|
How to evaluate symbol as a "variable" inside a macro?
|
|
12
|
629
|
September 7, 2023
|
|
Macro to crate a struct and its external constructor
|
|
5
|
446
|
September 6, 2023
|
|
Using `eval` inside `quote`
|
|
2
|
315
|
September 4, 2023
|
|
How Would You Compare Metaprogramming in Julia and Tcl?
|
|
7
|
551
|
August 30, 2023
|
|
Overloading a function within a loop
|
|
1
|
257
|
August 8, 2023
|
|
Can I "unescape" a variable name within an `esc(..)` node?
|
|
6
|
534
|
August 4, 2023
|
|
Undefined variable Error in a quote block
|
|
1
|
225
|
August 2, 2023
|
|
Get qualified name expression from value
|
|
0
|
309
|
July 31, 2023
|
|
Create a Vector with values of variables defined by list of Symbols
|
|
6
|
431
|
July 31, 2023
|
|
@testset expands all macros *before* executing the generated code
|
|
3
|
281
|
July 31, 2023
|
|
Pre-Lowering Cassette?
|
|
1
|
359
|
July 28, 2023
|
|
Update source file with eval-resulted code
|
|
3
|
243
|
July 15, 2023
|
|
Function call dependency tracking in Python / how to do it in Julia
|
|
2
|
483
|
June 8, 2023
|
|
Can I make Julia eval a variable before using it as a kwargs?
|
|
10
|
497
|
May 27, 2023
|
|
Macro to create a generated function
|
|
3
|
458
|
May 20, 2023
|
|
Flattening nested operators in `Expr`
|
|
6
|
767
|
April 15, 2023
|
|
Expressions with Arbitrary Objects in their `args` Arguments
|
|
6
|
591
|
April 8, 2023
|
|
Anonymous function passed as a string gets overwritten
|
|
3
|
276
|
April 6, 2023
|
|
Replace symbols within an expression
|
|
3
|
756
|
April 2, 2023
|
|
Compiler optimization inside MetaProgramming? (precompile Expression)
|
|
5
|
377
|
March 17, 2023
|
|
Calling a macro inside of a macro
|
|
2
|
362
|
March 8, 2023
|