sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
99 stars 39 forks source link

Looping programs and how to save code? #42

Open GarniZone opened 8 years ago

GarniZone commented 8 years ago

Wrote some and lost it while "Execute" results with infinite loop >_<

sgimenez commented 8 years ago

Aww! Indeed, that's problematic. There should be a timeout of some sort.

As a workaround, if you killed laby, the last code you ran should still be in /tmp/ant-*. You can maybe recover from there if /tmp was not cleaned up yet.

sgimenez commented 8 years ago

What operating system are you using? It seems that a timeout mechanism is already there. I cannot reproduce your issue.