Hacker News new | ask | show | jobs
by aswanson 5242 days ago
I add 7) Weak scoping rules, resulting in inevitable variable collisions exacerbated by a primitive type system (see 5)
1 comments

Can you expand on "weak scoping rules"?

If anything, I thought Tcl's scoping rules were too strict. E.g., global and namespace variables are not automatically available in functions, unless you import it explicitly.