In that sense almost every compiled Lisp/Scheme implementation, GHC, etc. or any other interactive programming system, count as JIT. But virtually nobody in those circles refer to such implementations as JIT. Instead, people says "I wish our implementation was JIT to benefit from all those optimizations it enables"!
MobiusHorizons|1 month ago
EDIT: at least GHC seems to be a traditional AOT compiler.
kscarlet|1 month ago