Compiling is too exhausting. I only do type checking now, not compiling. The code runs directly with fibjs, and the iteration speed is almost the same as JS. Moreover, after each round of writing, Copilot does the type checking itself, so I don't have to do it myself. At most, I do a strict syntax check once in a while.