|
Code works when debugging but not otherwise in repl
|
|
1
|
91
|
August 13, 2024
|
|
Extending JuMP @variable
|
|
7
|
134
|
August 13, 2024
|
|
How to code-gen unrolled loop over a tuple?
|
|
28
|
612
|
August 9, 2024
|
|
Variable interpolation
|
|
5
|
290
|
August 7, 2024
|
|
Expensive Code Generation for Functions for Reuse
|
|
3
|
170
|
August 6, 2024
|
|
How one can evaluate @printf to be returned to a value
|
|
7
|
188
|
July 31, 2024
|
|
Macro interpolation of Symbols without `eval`
|
|
3
|
165
|
July 30, 2024
|
|
Macro with variable argument list combined with closure
|
|
2
|
94
|
July 30, 2024
|
|
Code Generation with macro
|
|
6
|
234
|
July 22, 2024
|
|
Metaprogramming: substitute the name of the argument
|
|
20
|
511
|
July 14, 2024
|
|
[Ann] MethodInspector.jl: Package to inspect method APIs
|
|
0
|
176
|
July 11, 2024
|
|
A macro for removing calls to Base.convert: @noconvert
|
|
2
|
194
|
July 9, 2024
|
|
Using metaprogramming to combine multiple functions and construct a composite temporary function
|
|
10
|
319
|
July 7, 2024
|
|
Macro for implicitly defined NamedTuples
|
|
4
|
164
|
May 24, 2024
|
|
Evaluation into closed module - what's wrong?
|
|
3
|
443
|
May 22, 2024
|
|
Get the actual type from an Expr representing a type
|
|
2
|
159
|
May 4, 2024
|
|
Parsing Julia code to separate symbols based on scoping and create a symbol table
|
|
1
|
153
|
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
|
251
|
April 24, 2024
|
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
297
|
March 29, 2024
|
|
Performance of persistent variables
|
|
0
|
198
|
March 24, 2024
|
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
411
|
February 24, 2024
|
|
Is there a better way to write this macro?
|
|
36
|
911
|
February 24, 2024
|
|
Metaprogramming: macro calling another macro making named variables
|
|
7
|
427
|
February 20, 2024
|
|
Performance of `Meta.parse` and `eval`
|
|
12
|
3072
|
February 15, 2024
|
|
Creating a method dynamically with keyword arguments
|
|
4
|
239
|
February 12, 2024
|
|
Generate and evaluate functions programmatically
|
|
2
|
379
|
February 12, 2024
|
|
Why does Meta.parse ignores comments?
|
|
6
|
301
|
January 31, 2024
|
|
Array comprehension in a quote
|
|
4
|
318
|
January 5, 2024
|
|
How can I splat expressions into quote blocks?
|
|
3
|
322
|
January 2, 2024
|
|
Create a function as a attribute to a struct
|
|
5
|
1452
|
December 19, 2023
|