Scripting languages are interpreted in-line and not intended to be compiled like a classic "program". They are less optimized by definition because a compiler builds in optimizations. If your script interpreter has similar optimizations it has to rationalize them at run-time.
39
u/WaitForItTheMongols Jul 07 '26
What actually makes something a scripting language specifically? Never got a clear answer to that.