FreezeDriedMangos / CodeSnippetEvolution

Simulation of self-copying programs spreading through a virtual RAM. Uses a purpose-built pseudo assembly language. This project was inspired by SALIS and Tierra.
4 stars 0 forks source link

executor deinitialization crashes simulation #3

Open ghost opened 5 years ago

ghost commented 5 years ago

This likely happens due to an unreported modification-during-loop exception in the cycle function (due to the execute function), ie: exLoc in exLocs: if ....: functionThatRemovesFromList(exLoc, exLocs)