Aug 5, 2023
Interestingly, there are programming languages that have practically no build time at all. (And, no, I'm not talking about interactive or scripting languages.) Smalltalk is a great example. Every time you save your edits in the IDE, the code is automatically compiled instantly!
While I love Go's lightning quick compile times, this cannot beat ZERO compile times.