Quote:
Originally Posted by Stefan
Hmmm Such an eval() would be bad design in my opinion, makes code looks less easy to understand, more unsecure and is not adding new functionality. So before adding something like that I would need to see some real application for it.
I initially though fo some thing that can compute stuff like "3 + 5 / 2", without the ability to access functions or similar.
|
I'd say that eval() would make GS2 more complex, since it would then allow scripts to execute scripts. That is something I've always wanted to work with on Graal.