Changes

Jump to navigation Jump to search
add a pending decision re speed of execution
Line 52: Line 52:     
* When do we determine which block stacks are to be run? When we convert the code to Python or when the Python code is executed?
 
* When do we determine which block stacks are to be run? When we convert the code to Python or when the Python code is executed?
 +
* Enable the user to control the speed of execution (e.g., by setting a global <code>step_time</code>)?
 +
** How to implement this? E.g., call a <code>wait(step_time)</code> function in between two steps?
51

edits

Navigation menu