Function specialization based on values, not just types
|
|
18
|
294
|
November 26, 2024
|
Creating Parameters.jl struct samples using variable keywords
|
|
4
|
33
|
October 23, 2024
|
IDE: step-through debugging for macro-generated function?
|
|
0
|
544
|
July 1, 2021
|
Using GLM programmatically
|
|
8
|
921
|
October 8, 2024
|
Create dynamic functions with Macro
|
|
15
|
201
|
September 26, 2024
|
Verifiable computing in julia
|
|
5
|
259
|
September 5, 2024
|
Retrieve unevaluated symbol inside `@eval`
|
|
1
|
28
|
September 3, 2024
|
Code works when debugging but not otherwise in repl
|
|
1
|
64
|
August 13, 2024
|
Extending JuMP @variable
|
|
7
|
75
|
August 13, 2024
|
How to code-gen unrolled loop over a tuple?
|
|
28
|
318
|
August 9, 2024
|
Variable interpolation
|
|
5
|
202
|
August 7, 2024
|
Expensive Code Generation for Functions for Reuse
|
|
3
|
112
|
August 6, 2024
|
How one can evaluate @printf to be returned to a value
|
|
7
|
109
|
July 31, 2024
|
Macro interpolation of Symbols without `eval`
|
|
3
|
114
|
July 30, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
44
|
July 30, 2024
|
Code Generation with macro
|
|
6
|
163
|
July 22, 2024
|
Metaprogramming: substitute the name of the argument
|
|
20
|
364
|
July 14, 2024
|
[Ann] MethodInspector.jl: Package to inspect method APIs
|
|
0
|
149
|
July 11, 2024
|
A macro for removing calls to Base.convert: @noconvert
|
|
2
|
168
|
July 9, 2024
|
Using metaprogramming to combine multiple functions and construct a composite temporary function
|
|
10
|
209
|
July 7, 2024
|
Macro for implicitly defined NamedTuples
|
|
4
|
106
|
May 24, 2024
|
Evaluation into closed module - what's wrong?
|
|
3
|
315
|
May 22, 2024
|
Get the actual type from an Expr representing a type
|
|
2
|
110
|
May 4, 2024
|
Parsing Julia code to separate symbols based on scoping and create a symbol table
|
|
1
|
115
|
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
|
229
|
April 24, 2024
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
209
|
March 29, 2024
|
Performance of persistent variables
|
|
0
|
162
|
March 24, 2024
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
280
|
February 24, 2024
|
Is there a better way to write this macro?
|
|
36
|
651
|
February 24, 2024
|
Metaprogramming: macro calling another macro making named variables
|
|
7
|
350
|
February 20, 2024
|