Retrieve unevaluated symbol inside `@eval`
|
|
1
|
27
|
September 3, 2024
|
Evaluation into closed module - what's wrong?
|
|
3
|
298
|
May 22, 2024
|
Is there a better way to write this macro?
|
|
36
|
641
|
February 24, 2024
|
`eval` scope problem and `println` problem for multithreading
|
|
13
|
302
|
January 28, 2024
|
Evaluate a formula inside a dataframes to create a new column
|
|
15
|
492
|
August 27, 2023
|
Can I make Julia eval a variable before using it as a kwargs?
|
|
10
|
338
|
May 27, 2023
|
Using @eval in a function
|
|
17
|
1802
|
October 29, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
623
|
June 9, 2022
|
Using eval within a function
|
|
7
|
369
|
June 9, 2022
|
Using eval to evaluate a variable inside an expression when string interpolation is not ok
|
|
5
|
934
|
June 8, 2022
|
Dynamically Create and Destroy Modules (to avoid memory leaks in program synthesis)
|
|
6
|
1224
|
May 5, 2022
|
[SOLVED] How can I evaluate in Main from a module?
|
|
8
|
934
|
January 21, 2022
|
How to get the name of the current function
|
|
5
|
2645
|
September 3, 2021
|
How to avoid evaluation into the global space when the expression is not know in advance
|
|
31
|
1434
|
August 30, 2021
|
Transforming arbitrary Julia code to lazy evaluation
|
|
4
|
3560
|
August 12, 2021
|
Local expr with local variables - aka metaprogramming C++
|
|
18
|
1086
|
June 9, 2021
|
How to call the original function when overriding it
|
|
8
|
1097
|
March 12, 2021
|
Dynamically Create a Function - Initial Idea with eval failed due to World Age Issue
|
|
19
|
1410
|
October 28, 2020
|
Best performance for eval of expressions with parameters
|
|
2
|
1360
|
July 28, 2020
|
How do you evaluate a parameter/variable if you are not in Main eval or Core.Eval do not work?
|
|
4
|
569
|
July 1, 2020
|
How to nest splicing contexts (i.e. @eval inside quote block)
|
|
5
|
559
|
May 5, 2020
|
Metaprogramming using eval and struct: BUG getting UndefVarError: not defined
|
|
22
|
1905
|
May 1, 2020
|