Comment by tmtvl
20 days ago
Not every compiled language has a de facto standard compiler, but with SBCL Common Lisp compiles pretty quickly. The Pascals (and Delphi) also tend to have rather fast compile times. I believe Jai is supposed to compile quickly but I'm not in the beta so I don't know. C can be quite good if you know what you're doing and use a decent compiler.
I should really have specified fast compiling implementations.
It does make me wonder why Pascal never became more popular. Fast compiling is a big advantage.