My experience writing TCL native extensions made me realize, this kind of languages are only good for scripting purposes.
Anything where performance matters should be written in languages where JIT and AOT compilers come as standard options on the reference implementations.
Anything where performance matters should be written in languages where JIT and AOT compilers come as standard options on the reference implementations.