Using @eval in a function
|
|
17
|
299
|
October 29, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
287
|
June 9, 2022
|
Using eval within a function
|
|
7
|
192
|
June 9, 2022
|
Using eval to evaluate a variable inside an expression when string interpolation is not ok
|
|
5
|
446
|
June 8, 2022
|
Dynamically Create and Destroy Modules (to avoid memory leaks in program synthesis)
|
|
6
|
931
|
May 5, 2022
|
[SOLVED] How can I evaluate in Main from a module?
|
|
8
|
459
|
January 21, 2022
|
How to get the name of the current function
|
|
5
|
1414
|
September 3, 2021
|
How to avoid evaluation into the global space when the expression is not know in advance
|
|
31
|
654
|
August 30, 2021
|
Transforming arbitrary Julia code to lazy evaluation
|
|
4
|
2283
|
August 12, 2021
|
Local expr with local variables - aka metaprogramming C++
|
|
18
|
746
|
June 9, 2021
|
How to call the original function when overriding it
|
|
8
|
554
|
March 12, 2021
|
Dynamically Create a Function - Initial Idea with eval failed due to World Age Issue
|
|
19
|
867
|
October 28, 2020
|
Best performance for eval of expressions with parameters
|
|
2
|
901
|
July 28, 2020
|
How do you evaluate a parameter/variable if you are not in Main eval or Core.Eval do not work?
|
|
4
|
392
|
July 1, 2020
|
How to nest splicing contexts (i.e. @eval inside quote block)
|
|
5
|
398
|
May 5, 2020
|
Metaprogramming using eval and struct: BUG getting UndefVarError: not defined
|
|
22
|
1307
|
May 1, 2020
|