About the interpretation "@" by Macro
|
|
2
|
110
|
September 7, 2024
|
What are the dangers of eval in macros, to get the values of an enum symbol
|
|
3
|
146
|
September 6, 2024
|
Julia code and struct generation
|
|
12
|
402
|
September 6, 2024
|
Naming macro and function the same
|
|
7
|
118
|
August 9, 2024
|
Creating a conditional log
|
|
9
|
127
|
August 8, 2024
|
Macro to turn on/off parallelisation
|
|
15
|
201
|
August 5, 2024
|
Macro with variable argument list combined with closure
|
|
2
|
62
|
July 30, 2024
|
Metaprogramming - Variable scope in macros combined with closures
|
|
4
|
89
|
July 29, 2024
|
Wrapping Unitful macros
|
|
2
|
390
|
March 18, 2023
|
[ANN] StrucRev - revise type definitions as you go
|
|
17
|
1519
|
July 28, 2024
|
Code Generation with macro
|
|
6
|
179
|
July 22, 2024
|
Create a custom @ccall
|
|
4
|
145
|
July 22, 2024
|
Metaprogramming: substitute the name of the argument
|
|
20
|
403
|
July 14, 2024
|
Testing error thrown by a macro
|
|
2
|
109
|
July 13, 2024
|
[Ann] LightSumTypes.jl - Combine multiple types in a single one
|
|
5
|
1255
|
July 6, 2024
|
How to save @macroexpand output to file on windows?
|
|
1
|
78
|
July 1, 2024
|
Macros and piping
|
|
14
|
354
|
June 25, 2024
|
I'm on step zero on macros
|
|
2
|
223
|
June 21, 2024
|
Query regarding namespaces when adding a method using a macro
|
|
4
|
129
|
June 10, 2024
|
@kwdef constructor not available outside of module
|
|
4
|
223
|
May 31, 2024
|
CodeSculptor.jl: take AST's apart, play with them, and put them back together. A significant upgrade to MacroTools.splitdef() and splitarg()
|
|
0
|
234
|
April 24, 2024
|
Guidelines on syntax checking for macros
|
|
1
|
178
|
April 20, 2024
|
Macros: Mutate input expressions or not?
|
|
0
|
111
|
April 3, 2024
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
235
|
March 29, 2024
|
Macros not evaluating as per expectation
|
|
12
|
271
|
March 29, 2024
|
Testing a string macro
|
|
10
|
258
|
March 29, 2024
|
Nice macro errors with JuliaSyntax
|
|
2
|
418
|
March 23, 2024
|
How to efficiently skip calculating some vector elements?
|
|
4
|
243
|
February 28, 2024
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
340
|
February 24, 2024
|
Is there a better way to write this macro?
|
|
36
|
694
|
February 24, 2024
|