And Go compiles very fast, very few understand how important this is
Not only it is important for fast iteration, but it also contributes to the fun, waiting for compiler to finish is not fun
To me there shouldn't be any new language made without hotreload and incremental compilation
It's 2024, with the HW we have, we shouldn't have to wait more than 1 second to compile code
Fun fact, my game written in D (30k LOC), fully recompiles in 0.4 seconds (Intel i3 10400f), if i can do it, you can too