Hacker News new | ask | show | jobs
by cjallen88 2765 days ago
Yeah these days TCL is JITed too, which will certainly help
1 comments

It isn't JITed, I think you are thinking of byte code compilation.
It's compiled in byte code, yes, but on-demand, so it's JIT.