|
|
|
|
|
by reinitctxoffset
9 days ago
|
|
There are low-insensity regimes where it's all Python or whatever, and if you're in one, great. When you're dealing with multiple platforms, or hardware accelerators, or mostly all of economically relevant shit in the AI era you don't get a small, clean, fast build. Fable can't print a Tauri faux-native app without dragging in half of LLVM. |
|
If your build is bloated and slow, it would seem prudent to go and fix that, possibly converting a codebase from some other language or build system to something that can be built and tested very quickly. Slow builds and slow unit tests are a choice.