[ANN] StrucRev - revise type definitions as you go
|
|
17
|
1495
|
July 28, 2024
|
Code Generation with macro
|
|
6
|
168
|
July 22, 2024
|
Create a custom @ccall
|
|
4
|
135
|
July 22, 2024
|
Metaprogramming: substitute the name of the argument
|
|
20
|
367
|
July 14, 2024
|
Testing error thrown by a macro
|
|
2
|
85
|
July 13, 2024
|
[Ann] LightSumTypes.jl - Combine multiple types in a single one
|
|
5
|
1241
|
July 6, 2024
|
How to save @macroexpand output to file on windows?
|
|
1
|
77
|
July 1, 2024
|
Macros and piping
|
|
14
|
329
|
June 25, 2024
|
I'm on step zero on macros
|
|
2
|
213
|
June 21, 2024
|
Query regarding namespaces when adding a method using a macro
|
|
4
|
126
|
June 10, 2024
|
@kwdef constructor not available outside of module
|
|
4
|
221
|
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
|
230
|
April 24, 2024
|
Guidelines on syntax checking for macros
|
|
1
|
175
|
April 20, 2024
|
Macros: Mutate input expressions or not?
|
|
0
|
109
|
April 3, 2024
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
212
|
March 29, 2024
|
Macros not evaluating as per expectation
|
|
12
|
257
|
March 29, 2024
|
Testing a string macro
|
|
10
|
226
|
March 29, 2024
|
Nice macro errors with JuliaSyntax
|
|
2
|
411
|
March 23, 2024
|
How to efficiently skip calculating some vector elements?
|
|
4
|
241
|
February 28, 2024
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
305
|
February 24, 2024
|
Is there a better way to write this macro?
|
|
36
|
662
|
February 24, 2024
|
Nice printing of some values of an array
|
|
5
|
379
|
January 31, 2024
|
Macro CheatSheet for Julia 2024.01
|
|
2
|
651
|
January 27, 2024
|
Generating types using a macro from XML schema
|
|
0
|
278
|
December 5, 2023
|
Dynamically defining a struct with default values
|
|
3
|
499
|
November 28, 2023
|
How to generate a customized `for` loop code?
|
|
6
|
583
|
November 23, 2023
|
Passing variables to @macros
|
|
2
|
364
|
November 15, 2023
|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
355
|
November 15, 2023
|
How to properly import a macro inside a begin-end block
|
|
6
|
395
|
November 12, 2023
|
Modifying Julia code using macros to substitute variables
|
|
5
|
454
|
November 8, 2023
|