It is good to see languages like Crystal and Julia having both a compiler and an interpreter.<p>I would really like to see a hybrid approach, where an interpreter is used for the outer loop and a compiler for the inner loop. I believe Guile takes this approach by automatically compiling frequently called functions.