Re: Mind blowingly impressive.
- Posted by katsmeow 2 months ago
- 905 views
Icy_Viking said...
Being able to update the game as it is running is some awesome stuff. Very useful for testing purposes and such.
[coff] Mirc [/coff]
This should be the default "trick" for any non-compiled language. I often recoded Tiggr on Eu-mirc (mirc being the back end brains to a dumb Eu bot).
Mirc cannot un-run the code by moving anything back thru the code, but since the string execute runs code using the full global var list at the point it's run, a simple layer could be built to save results of each line executed, and that list used to un-run the code.
Kat