The disadvantage of using @eval
is that it evaluates the expression in the global scope, so it’s not great for using in functions etc.
1 Like
The disadvantage of using @eval
is that it evaluates the expression in the global scope, so it’s not great for using in functions etc.