|
Variable interpolation
|
|
5
|
265
|
August 7, 2024
|
|
Expensive Code Generation for Functions for Reuse
|
|
3
|
145
|
August 6, 2024
|
|
How one can evaluate @printf to be returned to a value
|
|
7
|
170
|
July 31, 2024
|
|
Macro interpolation of Symbols without `eval`
|
|
3
|
146
|
July 30, 2024
|
|
Macro with variable argument list combined with closure
|
|
2
|
85
|
July 30, 2024
|
|
Code Generation with macro
|
|
6
|
206
|
July 22, 2024
|
|
Metaprogramming: substitute the name of the argument
|
|
20
|
465
|
July 14, 2024
|
|
[Ann] MethodInspector.jl: Package to inspect method APIs
|
|
0
|
166
|
July 11, 2024
|
|
A macro for removing calls to Base.convert: @noconvert
|
|
2
|
181
|
July 9, 2024
|
|
Using metaprogramming to combine multiple functions and construct a composite temporary function
|
|
10
|
275
|
July 7, 2024
|
|
Macro for implicitly defined NamedTuples
|
|
4
|
144
|
May 24, 2024
|
|
Evaluation into closed module - what's wrong?
|
|
3
|
409
|
May 22, 2024
|
|
Get the actual type from an Expr representing a type
|
|
2
|
143
|
May 4, 2024
|
|
Parsing Julia code to separate symbols based on scoping and create a symbol table
|
|
1
|
138
|
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
|
278
|
March 29, 2024
|
|
Performance of persistent variables
|
|
0
|
187
|
March 24, 2024
|
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
378
|
February 24, 2024
|
|
Is there a better way to write this macro?
|
|
36
|
827
|
February 24, 2024
|
|
Metaprogramming: macro calling another macro making named variables
|
|
7
|
408
|
February 20, 2024
|
|
Performance of `Meta.parse` and `eval`
|
|
12
|
3021
|
February 15, 2024
|
|
Creating a method dynamically with keyword arguments
|
|
4
|
220
|
February 12, 2024
|
|
Generate and evaluate functions programmatically
|
|
2
|
367
|
February 12, 2024
|
|
Why does Meta.parse ignores comments?
|
|
6
|
284
|
January 31, 2024
|
|
Array comprehension in a quote
|
|
4
|
287
|
January 5, 2024
|
|
How can I splat expressions into quote blocks?
|
|
3
|
300
|
January 2, 2024
|
|
Create a function as a attribute to a struct
|
|
5
|
1314
|
December 19, 2023
|
|
Dynamically defining a struct with default values
|
|
3
|
568
|
November 28, 2023
|
|
How to generate a customized `for` loop code?
|
|
6
|
629
|
November 23, 2023
|
|
Nested macro interpolation
|
|
0
|
164
|
November 21, 2023
|