For now the code is interpreted and then the statments are sent.
This technic allow to be sure that if the statments are recieved, the program will stop, but if it is not designed to stop, the app will be in a waiting state.
This state is not good, because :
- you cant send code anymore (app is busy)
- you need to reload the page to start coding again
For now the code is interpreted and then the statments are sent.
This technic allow to be sure that if the statments are recieved, the program will stop, but if it is not designed to stop, the app will be in a waiting state.
This state is not good, because :