-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
A suggestion for environments that do not allow eval() nor other functions taking a string and turning it into code such as setInterval() or setTimeout().
Develop a new algorithm not using eval, for instance with the old replacement technique M=Math, s=M.sin , automatically tailored to the usage of the input code.
Need to check which preprocessing modules are still usable.
pmaxhogan