|
How to write a macro to export all instances of an enum type
|
|
2
|
1008
|
September 22, 2022
|
|
If blocks with code generation
|
|
6
|
493
|
September 5, 2022
|
|
Check whether a macro is defined
|
|
1
|
374
|
August 19, 2022
|
|
How to "unroll" getindexes to a Tuple parametrically?
|
|
3
|
545
|
August 10, 2022
|
|
Metaprogramming: Nested function variable interpolation
|
|
1
|
477
|
July 29, 2022
|
|
Metaprogramming: Obtain actual type from Symbol for field inheritance
|
|
15
|
1104
|
July 29, 2022
|
|
Calling macro from within generated function in Julia
|
|
0
|
340
|
July 1, 2022
|
|
Wrap conditional selection of dataframe into function
|
|
4
|
471
|
June 23, 2022
|
|
Profiling compilation of a large generated expression?
|
|
4
|
465
|
June 22, 2022
|
|
A default representation for Expr
|
|
3
|
395
|
June 18, 2022
|
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
724
|
June 9, 2022
|
|
Using eval within a function
|
|
7
|
481
|
June 9, 2022
|
|
UndefVarError when calling macro inside function
|
|
7
|
545
|
June 6, 2022
|
|
Indexed variable names, or vector of vectors?
|
|
1
|
623
|
June 4, 2022
|
|
How can I control what variables are in scope
|
|
3
|
418
|
May 25, 2022
|
|
Symbolic propositional and predicate reasoning
|
|
1
|
511
|
May 18, 2022
|
|
Parse constant from enviroment - macro parameter string interpolation
|
|
3
|
396
|
May 16, 2022
|
|
How to reference argument of expression
|
|
19
|
1735
|
May 10, 2022
|
|
Call @enumx macro with NamedTuple constant as input
|
|
1
|
565
|
May 9, 2022
|
|
Pass expression to manipulate local variable
|
|
22
|
2192
|
April 20, 2022
|
|
Error Handling in Quote Block using JuMP
|
|
10
|
698
|
April 13, 2022
|
|
How do Julia convert a Expr to another Expr?
|
|
2
|
654
|
April 8, 2022
|
|
Converts the given string into code with metaprogramming
|
|
6
|
885
|
April 2, 2022
|
|
How to programmatically generate different functions?
|
|
9
|
1093
|
March 21, 2022
|
|
Improving type inference for `x` where `Meta.isexpr(x, ...)`
|
|
4
|
503
|
March 18, 2022
|
|
Create parametric structure with metaprogramming
|
|
5
|
873
|
February 28, 2022
|
|
Recursive @generated functions with function barriers causes allocations
|
|
6
|
809
|
February 25, 2022
|
|
@track things. HOWTO: Is it possible to create global scope variable from local scope (function)
|
|
7
|
684
|
February 21, 2022
|
|
@nloops, but for n-1 indices
|
|
6
|
1371
|
February 18, 2022
|
|
Question on Metaprogramming Example from Docs
|
|
3
|
505
|
February 9, 2022
|