Hacker News new | ask | show | jobs
by markus_zhang 286 days ago
I think it depends on the language. I heard Turbo Pascal was pretty fast because 1) Pascal’s language features, 2) no optimization in TP 1.0 at least.
1 comments

Fast to run or fast to compile?
Fast to compile. It was very fast comparing to the others then. Since computers were slow (8086/80286) compiling speed actually mattered.

https://www.pcengines.ch/tp3.htm

As an ex-Gentoo user I can confirm that compiling speed still matters on certain machines.
I have never worked as a system programmer so I never had the need to compile something big. I guess it could be an issue with very large software like Oracle Database, the Linux kernel and other similar stuffs.
The kernel is quite okay. On the other hand, qtwebengine..
Well given that often the alternative was BASIC which was interpreted, it also felt fast to run..