|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
409
|
November 15, 2023
|
|
Modifying Julia code using macros to substitute variables
|
|
5
|
538
|
November 8, 2023
|
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2446
|
October 19, 2023
|
|
Workflow with redefining structs
|
|
0
|
456
|
August 19, 2023
|
|
How to use `@generated` to eliminate a for loop?
|
|
4
|
632
|
September 16, 2023
|
|
How would macros make this code clearer?
|
|
2
|
469
|
September 10, 2023
|
|
How to evaluate symbol as a "variable" inside a macro?
|
|
12
|
529
|
September 7, 2023
|
|
Macro to crate a struct and its external constructor
|
|
5
|
392
|
September 6, 2023
|
|
Using `eval` inside `quote`
|
|
2
|
299
|
September 4, 2023
|
|
How Would You Compare Metaprogramming in Julia and Tcl?
|
|
7
|
485
|
August 30, 2023
|
|
Overloading a function within a loop
|
|
1
|
240
|
August 8, 2023
|
|
Can I "unescape" a variable name within an `esc(..)` node?
|
|
6
|
502
|
August 4, 2023
|
|
Undefined variable Error in a quote block
|
|
1
|
213
|
August 2, 2023
|
|
Get qualified name expression from value
|
|
0
|
298
|
July 31, 2023
|
|
Create a Vector with values of variables defined by list of Symbols
|
|
6
|
388
|
July 31, 2023
|
|
@testset expands all macros *before* executing the generated code
|
|
3
|
255
|
July 31, 2023
|
|
Pre-Lowering Cassette?
|
|
1
|
335
|
July 28, 2023
|
|
Update source file with eval-resulted code
|
|
3
|
209
|
July 15, 2023
|
|
Function call dependency tracking in Python / how to do it in Julia
|
|
2
|
448
|
June 8, 2023
|
|
Can I make Julia eval a variable before using it as a kwargs?
|
|
10
|
410
|
May 27, 2023
|
|
Macro to create a generated function
|
|
3
|
424
|
May 20, 2023
|
|
Flattening nested operators in `Expr`
|
|
6
|
691
|
April 15, 2023
|
|
Expressions with Arbitrary Objects in their `args` Arguments
|
|
6
|
539
|
April 8, 2023
|
|
Anonymous function passed as a string gets overwritten
|
|
3
|
258
|
April 6, 2023
|
|
Replace symbols within an expression
|
|
3
|
703
|
April 2, 2023
|
|
Compiler optimization inside MetaProgramming? (precompile Expression)
|
|
5
|
322
|
March 17, 2023
|
|
Calling a macro inside of a macro
|
|
2
|
325
|
March 8, 2023
|
|
"LoadError: Evaluation into the closed module" with Macro that generates new types and methods
|
|
5
|
438
|
February 22, 2023
|
|
Late evaluation of expression as anymous function
|
|
11
|
336
|
February 12, 2023
|
|
Macro or DSL for easier DBInterface usage?
|
|
6
|
340
|
February 3, 2023
|