HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DiThi

no profile record

comments

DiThi
·9 anni fa·discuss
It doesn't need to be. I think it shouldn't be hard to make a build script that re-makes the bundles except for files modified in the last hour.
DiThi
·9 anni fa·discuss
Fair enough. However games and GUI apps are still a small percentage of applications developed in rust. I want that to change, of course. I just wanted to point that out.

I'm personally writing a game in Rust but the main logic is written in a compile-to-JS language and uses V8, so the issue doesn't affect me.
DiThi
·9 anni fa·discuss
A lot of things did happen. One of them is having the option to check the source which is much faster than compiling. 99% of the time you're compiling code in rust is to run the borrow checker and fix those errors.
DiThi
·9 anni fa·discuss
You can have all the files you're working on not concatenated.