Local macros
|
|
2
|
27
|
February 4, 2025
|
Macro for linking Julia fcn to @ccall of C fcn, given names and arg types
|
|
3
|
89
|
January 29, 2025
|
Invalidating the generator of a `@generated` function
|
|
1
|
127
|
January 24, 2025
|
Understanding macro lexical bindings
|
|
2
|
78
|
January 23, 2025
|
Function specialization based on values, not just types
|
|
18
|
312
|
November 26, 2024
|
Creating Parameters.jl struct samples using variable keywords
|
|
4
|
47
|
October 23, 2024
|
IDE: step-through debugging for macro-generated function?
|
|
0
|
545
|
July 1, 2021
|
Using GLM programmatically
|
|
8
|
926
|
October 8, 2024
|
Create dynamic functions with Macro
|
|
15
|
209
|
September 26, 2024
|
Verifiable computing in julia
|
|
5
|
264
|
September 5, 2024
|
Retrieve unevaluated symbol inside `@eval`
|
|
1
|
30
|
September 3, 2024
|
Code works when debugging but not otherwise in repl
|
|
1
|
65
|
August 13, 2024
|
Extending JuMP @variable
|
|
7
|
77
|
August 13, 2024
|
How to code-gen unrolled loop over a tuple?
|
|
28
|
323
|
August 9, 2024
|
Variable interpolation
|
|
5
|
205
|
August 7, 2024
|
Expensive Code Generation for Functions for Reuse
|
|
3
|
114
|
August 6, 2024
|
How one can evaluate @printf to be returned to a value
|
|
7
|
112
|
July 31, 2024
|
Macro interpolation of Symbols without `eval`
|
|
3
|
117
|
July 30, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
49
|
July 30, 2024
|
Code Generation with macro
|
|
6
|
168
|
July 22, 2024
|
Metaprogramming: substitute the name of the argument
|
|
20
|
367
|
July 14, 2024
|
[Ann] MethodInspector.jl: Package to inspect method APIs
|
|
0
|
151
|
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
|
212
|
July 7, 2024
|
Macro for implicitly defined NamedTuples
|
|
4
|
107
|
May 24, 2024
|
Evaluation into closed module - what's wrong?
|
|
3
|
331
|
May 22, 2024
|
Get the actual type from an Expr representing a type
|
|
2
|
111
|
May 4, 2024
|
Parsing Julia code to separate symbols based on scoping and create a symbol table
|
|
1
|
116
|
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
|
230
|
April 24, 2024
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
212
|
March 29, 2024
|