We have all heard the term Just-in-Time as it related to Java (or maybe you hear it in relation to an earlier language – was Java the first to feature a JIT compiler?). It means that the last step of compilation is done in near-real-time, moments before it is needed. This was intended to let [...]