|
Variable interpolation
|
|
5
|
279
|
August 7, 2024
|
|
Expensive Code Generation for Functions for Reuse
|
|
3
|
159
|
August 6, 2024
|
|
How one can evaluate @printf to be returned to a value
|
|
7
|
183
|
July 31, 2024
|
|
Macro interpolation of Symbols without `eval`
|
|
3
|
157
|
July 30, 2024
|
|
Macro with variable argument list combined with closure
|
|
2
|
91
|
July 30, 2024
|
|
Code Generation with macro
|
|
6
|
213
|
July 22, 2024
|
|
Metaprogramming: substitute the name of the argument
|
|
20
|
489
|
July 14, 2024
|
|
[Ann] MethodInspector.jl: Package to inspect method APIs
|
|
0
|
171
|
July 11, 2024
|
|
A macro for removing calls to Base.convert: @noconvert
|
|
2
|
185
|
July 9, 2024
|
|
Using metaprogramming to combine multiple functions and construct a composite temporary function
|
|
10
|
298
|
July 7, 2024
|
|
Macro for implicitly defined NamedTuples
|
|
4
|
153
|
May 24, 2024
|
|
Evaluation into closed module - what's wrong?
|
|
3
|
426
|
May 22, 2024
|
|
Get the actual type from an Expr representing a type
|
|
2
|
145
|
May 4, 2024
|
|
Parsing Julia code to separate symbols based on scoping and create a symbol table
|
|
1
|
144
|
May 3, 2024
|
|
CodeSculptor.jl: take AST's apart, play with them, and put them back together. A significant upgrade to MacroTools.splitdef() and splitarg()
|
|
0
|
245
|
April 24, 2024
|
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
288
|
March 29, 2024
|
|
Performance of persistent variables
|
|
0
|
191
|
March 24, 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
|
|
Metaprogramming: macro calling another macro making named variables
|
|
7
|
412
|
February 20, 2024
|
|
Performance of `Meta.parse` and `eval`
|
|
12
|
3049
|
February 15, 2024
|
|
Creating a method dynamically with keyword arguments
|
|
4
|
229
|
February 12, 2024
|
|
Generate and evaluate functions programmatically
|
|
2
|
372
|
February 12, 2024
|
|
Why does Meta.parse ignores comments?
|
|
6
|
286
|
January 31, 2024
|
|
Array comprehension in a quote
|
|
4
|
304
|
January 5, 2024
|
|
How can I splat expressions into quote blocks?
|
|
3
|
308
|
January 2, 2024
|
|
Create a function as a attribute to a struct
|
|
5
|
1381
|
December 19, 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
|
|
Nested macro interpolation
|
|
0
|
165
|
November 21, 2023
|