|
Metaprogramming help
|
|
14
|
770
|
February 4, 2022
|
|
Generate function code
|
|
6
|
728
|
January 27, 2022
|
|
Run parts of other files from a loop
|
|
9
|
1048
|
January 26, 2022
|
|
[SOLVED] How can I evaluate in Main from a module?
|
|
8
|
1118
|
January 21, 2022
|
|
A macro to unroll by hand but not by hand?
|
|
24
|
3130
|
January 19, 2022
|
|
Convert symbol to expression
|
|
5
|
657
|
January 5, 2022
|
|
Can Julia's macros recurse?
|
|
2
|
518
|
January 4, 2022
|
|
Custom keyword arguments with metaprogramming
|
|
1
|
497
|
January 4, 2022
|
|
Macro works in REPL but not in script
|
|
7
|
743
|
January 3, 2022
|
|
Is there any way to produce a Type by cat strings together?
|
|
2
|
422
|
January 3, 2022
|
|
How to use a variable of `Symbol` type as a argument when using @eval to define function?
|
|
4
|
569
|
December 25, 2021
|
|
Executing a vector of expressions: some benchmarks
|
|
11
|
1031
|
December 22, 2021
|
|
How to create a function from a vector of expressions?
|
|
3
|
1004
|
December 22, 2021
|
|
Any tools for making expressions composed functions from nested function calls?
|
|
2
|
344
|
December 21, 2021
|
|
How to rewrite this macro?
|
|
2
|
815
|
December 19, 2021
|
|
Problem with parentheses around quoted expression in generated function
|
|
2
|
615
|
December 19, 2021
|
|
Rethrow error from @async in macro
|
|
2
|
443
|
December 18, 2021
|
|
Macro to serialize a linear solver code
|
|
3
|
564
|
December 17, 2021
|
|
Getting function signature expression from method instance
|
|
0
|
313
|
November 17, 2021
|
|
Code file generators examples
|
|
1
|
344
|
November 14, 2021
|
|
Metaprogramming first steps
|
|
4
|
449
|
October 9, 2021
|
|
Is there a metaprogramming package for struct creation?
|
|
2
|
603
|
October 1, 2021
|
|
Can I use `@eval` to dynamically define methods for dispatch on `Val`s?
|
|
3
|
544
|
September 22, 2021
|
|
Creating a function with the same name as given to a struct
|
|
5
|
1612
|
September 13, 2021
|
|
Creating a performant function using metaprogramming
|
|
9
|
950
|
September 10, 2021
|
|
RFC: Just In Time Compilation PoC promising 10x dynamic dispatch performance
|
|
0
|
1416
|
September 26, 2020
|
|
How to get the name of the current function
|
|
5
|
3191
|
September 3, 2021
|
|
Unhexlify and int.from_bytes (From a lazy pythonist to a confused Julia user)
|
|
6
|
1297
|
August 31, 2021
|
|
Getting name from "name"
|
|
33
|
1405
|
August 26, 2021
|
|
Unit testing for macros?
|
|
3
|
646
|
August 12, 2021
|