Macro that construct function names and call them
|
|
6
|
116
|
July 8, 2025
|
Returning module from a macro: why do we need :toplevel?
|
|
0
|
56
|
June 30, 2025
|
Optional argument in macro
|
|
8
|
171
|
June 24, 2025
|
Macro-defined callable structs `ArgumentError: invalid type for argument number 1 in method definition`
|
|
3
|
40
|
June 17, 2025
|
Escaping newlines in multi-line string macros?
|
|
3
|
100
|
May 23, 2025
|
Adding method to function in macro
|
|
14
|
131
|
May 4, 2025
|
Macro to generate 2 keyword function parameters
|
|
3
|
75
|
April 17, 2025
|
[ANN] LightSumTypes.jl v4
|
|
33
|
2163
|
March 26, 2025
|
Can anyone improve this macro?
|
|
3
|
132
|
March 26, 2025
|
Macro to substitute parameters used for JuMP model
|
|
2
|
73
|
February 16, 2025
|
Local macros
|
|
4
|
166
|
February 14, 2025
|
Simple question about macro arguments
|
|
6
|
132
|
February 12, 2025
|
Is Compat.jl worth it for the `public` keyword?
|
|
37
|
919
|
February 11, 2025
|
_str string interpolation?
|
|
12
|
201
|
February 11, 2025
|
Macro for linking Julia fcn to @ccall of C fcn, given names and arg types
|
|
3
|
97
|
January 29, 2025
|
Understanding macro lexical bindings
|
|
2
|
81
|
January 23, 2025
|
SQL and Macros
|
|
1
|
66
|
January 11, 2025
|
Generate a function via macro and pass to @cfunction. Possible?
|
|
7
|
154
|
December 20, 2024
|
Adding a parameter to macro call
|
|
1
|
66
|
October 20, 2024
|
How use eval to define macros that involve function definitions
|
|
3
|
334
|
October 19, 2024
|
Macro to reorder conditional nested loop
|
|
4
|
289
|
October 18, 2024
|
Unexpected Results for Code Coverage with Julia Tests
|
|
2
|
178
|
October 18, 2024
|
IDE: step-through debugging for macro-generated function?
|
|
0
|
550
|
July 1, 2021
|
Unexpected result from setprecision
|
|
3
|
417
|
October 18, 2024
|
FrankenTuple Fun
|
|
0
|
628
|
December 10, 2022
|
Is there a built in macro like @show that returns a string?
|
|
9
|
733
|
October 13, 2024
|
String macro with trailing argument
|
|
1
|
54
|
October 10, 2024
|
Macro usage: create dispatch for vector length
|
|
8
|
120
|
September 26, 2024
|
Create dynamic functions with Macro
|
|
15
|
230
|
September 26, 2024
|
Macro expansion and evaluation when the module with the macro definition is not in scope
|
|
2
|
38
|
September 7, 2024
|