Brad Taylor Lv 1
This is pretty cool and I can see that you have put some thought into the framework. But I'm afraid I need to ask for a few enhancements before I can use it.
1) iterate needs an exit criteria (n sec, until score drops …) . Now it just runs forever until I click stop, then advances Each iteration should restore back to best score on exit.
2) I need to test the current global against stored values and to be able to undo as necessary.
3) I'm afraid that without basic computing resources, (vars, functions, if else …) it will not be possible to build even simple useful functions. Javascript would be ok.
4) I know this is targeted at the masses, but a text editor might be a simpler interface and is much easier to edit.
5) we need basic looping to repeat steps (while)