Is there a better way to write this macro?
|
|
36
|
695
|
February 24, 2024
|
Nice printing of some values of an array
|
|
5
|
414
|
January 31, 2024
|
Macro CheatSheet for Julia 2024.01
|
|
2
|
685
|
January 27, 2024
|
Generating types using a macro from XML schema
|
|
0
|
284
|
December 5, 2023
|
Dynamically defining a struct with default values
|
|
3
|
535
|
November 28, 2023
|
How to generate a customized `for` loop code?
|
|
6
|
589
|
November 23, 2023
|
Passing variables to @macros
|
|
2
|
396
|
November 15, 2023
|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
369
|
November 15, 2023
|
How to properly import a macro inside a begin-end block
|
|
6
|
423
|
November 12, 2023
|
Modifying Julia code using macros to substitute variables
|
|
5
|
494
|
November 8, 2023
|
Providing @testset option with macro depending on Julia version
|
|
1
|
189
|
November 4, 2023
|
Define macros depending on optimization level
|
|
3
|
235
|
November 2, 2023
|
Unpacking of variables that do not exist
|
|
11
|
499
|
October 31, 2023
|
Replacing Variable Name with a String in a Julia Macro
|
|
1
|
363
|
October 30, 2023
|
Generating a macro call from a macro with the macro name as a symbol
|
|
2
|
347
|
October 24, 2023
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2228
|
October 19, 2023
|
Macro to Extend Function with Additional Arguements (MacroTools.jl)?
|
|
3
|
390
|
October 13, 2023
|
Proper way to define macros that declare functions?
|
|
4
|
613
|
September 20, 2023
|
Contruct filter expression within loop
|
|
2
|
302
|
September 19, 2023
|
Can expressions containing syntax errors be used in macro calls?
|
|
2
|
389
|
September 17, 2023
|
Argument confusion when calling macro with semicolon parameter syntax
|
|
7
|
486
|
September 13, 2023
|
Debugger does not step over quoted macro code in VS Code
|
|
3
|
449
|
September 11, 2023
|
MLStyle's vs MacroTools' @capture
|
|
4
|
555
|
September 8, 2023
|
Macro design recommendations for `do-end` like semantics
|
|
2
|
255
|
September 7, 2023
|
How to evaluate symbol as a "variable" inside a macro?
|
|
12
|
435
|
September 7, 2023
|
How do I get the current variable value within a macro?
|
|
1
|
223
|
September 3, 2023
|
How is a non-standard literal different from calling its corresponding macro?
|
|
8
|
565
|
August 31, 2023
|
Generate Input for Tullio
|
|
1
|
260
|
August 16, 2023
|
Undefined variable Error in a quote block
|
|
1
|
201
|
August 2, 2023
|
@testset expands all macros *before* executing the generated code
|
|
3
|
229
|
July 31, 2023
|