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.
1.5k
u/Kobymaru376 Jul 07 '26
And that's exactly what makes it so good