Hacker News new | ask | show | jobs
by OskarS 2620 days ago
There are many game engines do some form of hot code reloading of the game scripting code (as opposed to engine code). Unity supports it for C#, for instance (though it's finicky, you have to program with hot reloading in mind).
1 comments

And Unreal does it for C++ as well now.