Whiley / JS.wy

Language Bindings for JavaScript
Apache License 2.0
0 stars 0 forks source link

Dynamic Code Execution #2

Open DavePearce opened 4 years ago

DavePearce commented 4 years ago

At this stage, one cannot execute code dynamically. For example, via eval(). Since the general feeling is that you should never use eval, then we should use the alternative option!

DavePearce commented 4 years ago

So, having thought about it a bit, this is actually quite hard to do. This is because we need to handle martialling of parameters.