|
Macros: Mutate input expressions or not?
|
|
0
|
122
|
April 3, 2024
|
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
288
|
March 29, 2024
|
|
Macros not evaluating as per expectation
|
|
12
|
313
|
March 29, 2024
|
|
Testing a string macro
|
|
10
|
334
|
March 29, 2024
|
|
Nice macro errors with JuliaSyntax
|
|
2
|
448
|
March 23, 2024
|
|
How to efficiently skip calculating some vector elements?
|
|
4
|
275
|
February 28, 2024
|
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
386
|
February 24, 2024
|
|
Is there a better way to write this macro?
|
|
36
|
879
|
February 24, 2024
|
|
Nice printing of some values of an array
|
|
5
|
473
|
January 31, 2024
|
|
Macro CheatSheet for Julia 2024.01
|
|
2
|
779
|
January 27, 2024
|
|
Generating types using a macro from XML schema
|
|
0
|
296
|
December 5, 2023
|
|
Dynamically defining a struct with default values
|
|
3
|
580
|
November 28, 2023
|
|
How to generate a customized `for` loop code?
|
|
6
|
639
|
November 23, 2023
|
|
Passing variables to @macros
|
|
2
|
419
|
November 15, 2023
|
|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
418
|
November 15, 2023
|
|
How to properly import a macro inside a begin-end block
|
|
6
|
483
|
November 12, 2023
|
|
Modifying Julia code using macros to substitute variables
|
|
5
|
545
|
November 8, 2023
|
|
Providing @testset option with macro depending on Julia version
|
|
1
|
213
|
November 4, 2023
|
|
Define macros depending on optimization level
|
|
3
|
268
|
November 2, 2023
|
|
Unpacking of variables that do not exist
|
|
11
|
574
|
October 31, 2023
|
|
Replacing Variable Name with a String in a Julia Macro
|
|
1
|
384
|
October 30, 2023
|
|
Generating a macro call from a macro with the macro name as a symbol
|
|
2
|
371
|
October 24, 2023
|
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2492
|
October 19, 2023
|
|
Macro to Extend Function with Additional Arguements (MacroTools.jl)?
|
|
3
|
407
|
October 13, 2023
|
|
Proper way to define macros that declare functions?
|
|
4
|
704
|
September 20, 2023
|
|
Contruct filter expression within loop
|
|
2
|
321
|
September 19, 2023
|
|
Can expressions containing syntax errors be used in macro calls?
|
|
2
|
411
|
September 17, 2023
|
|
Argument confusion when calling macro with semicolon parameter syntax
|
|
7
|
545
|
September 13, 2023
|
|
Debugger does not step over quoted macro code in VS Code
|
|
3
|
479
|
September 11, 2023
|
|
MLStyle's vs MacroTools' @capture
|
|
4
|
596
|
September 8, 2023
|