Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In Tcl, procedures are bytecode-compiled when they are created, which is generally when the files containing their code are sourced.

Code outside procedures is not compiled, but interpreted line-by line as it is executed.

So if you care about the performance of your Tcl code, put as much of it as you can into procedures.



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: