|
Macro design recommendations for `do-end` like semantics
|
|
2
|
281
|
September 7, 2023
|
|
How to evaluate symbol as a "variable" inside a macro?
|
|
12
|
546
|
September 7, 2023
|
|
How do I get the current variable value within a macro?
|
|
1
|
246
|
September 3, 2023
|
|
How is a non-standard literal different from calling its corresponding macro?
|
|
8
|
628
|
August 31, 2023
|
|
Generate Input for Tullio
|
|
1
|
284
|
August 16, 2023
|
|
Undefined variable Error in a quote block
|
|
1
|
218
|
August 2, 2023
|
|
@testset expands all macros *before* executing the generated code
|
|
3
|
262
|
July 31, 2023
|
|
Creating a variable inside a macro with specified name
|
|
7
|
689
|
July 28, 2023
|
|
Programatic function (and variable) names
|
|
16
|
833
|
July 22, 2023
|
|
[ANN] Announcing ForwardMethods.jl
|
|
1
|
687
|
July 4, 2023
|
|
How to pass name of macro argument into result struct parameter
|
|
1
|
239
|
July 1, 2023
|
|
Macro to create a generated function
|
|
3
|
429
|
May 20, 2023
|
|
Runtime initializaion of parametric type in package from input
|
|
0
|
283
|
May 18, 2023
|
|
Is there a shorthand to make all fields of a struct the same type?
|
|
1
|
299
|
May 16, 2023
|
|
Use a macro inside a function's definition
|
|
2
|
586
|
May 12, 2023
|
|
How to limit scope of evaluated variable assignment?
|
|
3
|
353
|
May 11, 2023
|
|
Struct and macro - currency pair - ways to specify
|
|
1
|
193
|
April 26, 2023
|
|
Non-standard string literals create global-like objects!?
|
|
6
|
510
|
April 9, 2023
|
|
Expressions with Arbitrary Objects in their `args` Arguments
|
|
6
|
547
|
April 8, 2023
|
|
Relocatability of @__DIR__
|
|
2
|
263
|
March 28, 2023
|
|
Help writing a timeout macro
|
|
12
|
3899
|
March 26, 2023
|
|
Macro to choose macros
|
|
6
|
449
|
March 24, 2023
|
|
How to split a very long string used in a macro?
|
|
4
|
344
|
March 13, 2023
|
|
What does `Base.@ccallable` do?
|
|
2
|
872
|
February 9, 2023
|
|
Is it possible to avoid eval in this code?
|
|
13
|
612
|
February 5, 2023
|
|
Order in which macros are processed
|
|
0
|
187
|
January 25, 2023
|
|
Module scoping and macro expansion
|
|
4
|
458
|
January 21, 2023
|
|
How to create a non-standard string literal with parameters in Julia?
|
|
8
|
420
|
January 16, 2023
|
|
How to tell if code is being run in global scope?
|
|
1
|
417
|
January 15, 2023
|
|
Should a macro throw an error, or return expression that throws an error?
|
|
6
|
601
|
January 10, 2023
|