Hacker News new | ask | show | jobs
by teamonkey 5117 days ago
Being able to compile code and reload it while the engine is running is something that has existed in many engines for several years. What's cool here is that the engine keeps running while editing and compiling, then it auto-reloads and pushes the changes when compiled.
1 comments

Yeah definitely -- I guess what I meant was that there's now an interface to manipulate code, without having to touch code, and then it automatically goes through the process you mentioned