|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
418
|
November 15, 2023
|
|
Modifying Julia code using macros to substitute variables
|
|
5
|
544
|
November 8, 2023
|
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2490
|
October 19, 2023
|
|
Workflow with redefining structs
|
|
0
|
459
|
August 19, 2023
|
|
How to use `@generated` to eliminate a for loop?
|
|
4
|
640
|
September 16, 2023
|
|
How would macros make this code clearer?
|
|
2
|
474
|
September 10, 2023
|
|
How to evaluate symbol as a "variable" inside a macro?
|
|
12
|
544
|
September 7, 2023
|
|
Macro to crate a struct and its external constructor
|
|
5
|
404
|
September 6, 2023
|
|
Using `eval` inside `quote`
|
|
2
|
303
|
September 4, 2023
|
|
How Would You Compare Metaprogramming in Julia and Tcl?
|
|
7
|
497
|
August 30, 2023
|
|
Overloading a function within a loop
|
|
1
|
242
|
August 8, 2023
|
|
Can I "unescape" a variable name within an `esc(..)` node?
|
|
6
|
514
|
August 4, 2023
|
|
Undefined variable Error in a quote block
|
|
1
|
218
|
August 2, 2023
|
|
Get qualified name expression from value
|
|
0
|
299
|
July 31, 2023
|
|
Create a Vector with values of variables defined by list of Symbols
|
|
6
|
400
|
July 31, 2023
|
|
@testset expands all macros *before* executing the generated code
|
|
3
|
260
|
July 31, 2023
|
|
Pre-Lowering Cassette?
|
|
1
|
338
|
July 28, 2023
|
|
Update source file with eval-resulted code
|
|
3
|
214
|
July 15, 2023
|
|
Function call dependency tracking in Python / how to do it in Julia
|
|
2
|
455
|
June 8, 2023
|
|
Can I make Julia eval a variable before using it as a kwargs?
|
|
10
|
426
|
May 27, 2023
|
|
Macro to create a generated function
|
|
3
|
429
|
May 20, 2023
|
|
Flattening nested operators in `Expr`
|
|
6
|
707
|
April 15, 2023
|
|
Expressions with Arbitrary Objects in their `args` Arguments
|
|
6
|
547
|
April 8, 2023
|
|
Anonymous function passed as a string gets overwritten
|
|
3
|
262
|
April 6, 2023
|
|
Replace symbols within an expression
|
|
3
|
713
|
April 2, 2023
|
|
Compiler optimization inside MetaProgramming? (precompile Expression)
|
|
5
|
334
|
March 17, 2023
|
|
Calling a macro inside of a macro
|
|
2
|
330
|
March 8, 2023
|
|
"LoadError: Evaluation into the closed module" with Macro that generates new types and methods
|
|
5
|
446
|
February 22, 2023
|
|
Late evaluation of expression as anymous function
|
|
11
|
343
|
February 12, 2023
|
|
Macro or DSL for easier DBInterface usage?
|
|
6
|
351
|
February 3, 2023
|