Hello
I know this seems like a silly question, I’m not that new to java, but somethings been bugging me
you see, when I watched Notch coding during the last LD competition over a livestream, it looked like he was editing values and adding whole chunks of code without needing to re-run it.
I kinda thought at first that maybe he was editing a properties file or something but when I looked closer he was actually changing things like the parameters for glColor3f or paths to textures and his applet would not restart. He would even add in more code like function calls if I remember correctly, it wouldn’t close or anything, he would be in the same position he was in when he started changing code and yet textures and colors would change as he coded it. He did restart sometimes but there didn’t seem to be a pattern in what he changed when he restarted and when he didn’t, though I can’t remember clearly.
From what I could tell I thought he was using eclipse, I can’t really remember now since it was quite a while ago, but I’m wondering if there was maybe some sort of special compiler or something that did this? I’ve searched the internet several times but to no avail…