Retrieve unevaluated symbol inside `@eval`
|
|
1
|
28
|
September 3, 2024
|
Evaluation into closed module - what's wrong?
|
|
3
|
313
|
May 22, 2024
|
Is there a better way to write this macro?
|
|
36
|
648
|
February 24, 2024
|
`eval` scope problem and `println` problem for multithreading
|
|
13
|
305
|
January 28, 2024
|
Evaluate a formula inside a dataframes to create a new column
|
|
15
|
497
|
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
|
1841
|
October 29, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
628
|
June 9, 2022
|
Using eval within a function
|
|
7
|
370
|
June 9, 2022
|
Using eval to evaluate a variable inside an expression when string interpolation is not ok
|
|
5
|
938
|
June 8, 2022
|
Dynamically Create and Destroy Modules (to avoid memory leaks in program synthesis)
|
|
6
|
1226
|
May 5, 2022
|
[SOLVED] How can I evaluate in Main from a module?
|
|
8
|
942
|
January 21, 2022
|
How to get the name of the current function
|
|
5
|
2693
|
September 3, 2021
|
How to avoid evaluation into the global space when the expression is not know in advance
|
|
31
|
1452
|
August 30, 2021
|
Transforming arbitrary Julia code to lazy evaluation
|
|
4
|
3584
|
August 12, 2021
|
Local expr with local variables - aka metaprogramming C++
|
|
18
|
1089
|
June 9, 2021
|
How to call the original function when overriding it
|
|
8
|
1117
|
March 12, 2021
|
Dynamically Create a Function - Initial Idea with eval failed due to World Age Issue
|
|
19
|
1412
|
October 28, 2020
|
Best performance for eval of expressions with parameters
|
|
2
|
1362
|
July 28, 2020
|
How do you evaluate a parameter/variable if you are not in Main eval or Core.Eval do not work?
|
|
4
|
572
|
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
|
1909
|
May 1, 2020
|